- correct import paths in docs and add @types/qrcode dependency (db3ec17)
- correct import paths in docs and define local QrCodeOptions type (70e41c2)
- mofirojean
- add mcp server (bc50ed1)
- add spartan ui (caf4b8b)
- implement landing page (3995279)
- implement pipes list page (0401907)
- implement pipe preview (6547ccd)
- implement code and command preview (e9ab16c)
- implement word count editor (da6267e)
- rewrite all pipes for modern Angular and add tests (4d7596b)
- create author credit component (529cd96)
- add qrcode generator (95ce64e)
- add input component (spartanui) (69b51a2)
- add textarea and separator component (4c75796)
- implement JSON Pretty example (cd1ea91)
- add barcode generator example (dbd0a93)
- add scroll-area library (eb9fe81)
- add replace pipe example and component (82d4dc0)
- add gravatar-generator example (1d977ae)
- add reverse text example (da08c58)
- implement mores code pipe example (f4bbcc6)
- add initials pipe (2c53541)
- add spartan breadcrumb component (7885cd5)
- implement breadcrumb component (390571c)
- add text-transform pipe and examples (e5ecfb3)
- implement color pipe for HEX,RGB & RGBA conversions (07d2966)
- implement color studio and update pipes list (8ca49e6)
- add documentation for highlight, IP mask, credit card mask, and email mask pipes (d681cb4)
- add visual previews for credit card mask real-world scenarios (7a23c8f)
- add CodeBlock reusable component for code-only display (502ed4e)
- add visual previews for IP address mask real-world scenarios (70bd576)
- add interactive ASCII art studio example (f0eaaa7)
- add ASCII art pipe to routes and pipes list (e613a07)
- add select component (b37f86f)
- implement truncate pipe and update docs (c6e6e06)
- implement device pipe and update docs (03dec4b)
- implement html-escape pipe and update docs (5ba57e2)
- implement text-to-speech pipe and update docs (8f66f54)
- implement html-sanitize pipe and update docs (41fa1c3)
- setup vitest testing for pipes (ebdeb97)
- prepare library for npm publishing and add CI/CD workflows (4a1f51f)
- publish to GitHub Packages alongside npm registry (26be1ad)
- security: Sanitize input in barcode and replace pipes (1c367c7)
- remove ghost nul file (5ed8ee4)
- resolve ASCII art studio rendering issues (85f8e11)
- use valid font weight values for ASCII art (faf9f76)
- update next-prev navigation for email mask and ascii art (468852e)
- resolve all lint errors and remove pnpm version conflict in CI (2c84595)
- use correct nx release version command syntax in CI (a953b33)
- use correct nx release version command syntax in CI (745e250)
- add changelog step to release workflow (9b8d9f3)
- configure GitHub Packages registry auth for publishing (392a567)
- scope nx release to ngx-transforms only and skip build cache (505a3e9)
- resolve nx release reading stale git tags and writing to dist (b95a87a)
- prevent duplicate git tag in release workflow (edbb70b)
- mofirojean
This was a version bump only, there were no code changes.