Releases: unjs/automd
Releases Β· unjs/automd
v0.3.2
v0.3.1
v0.3.0
π Enhancements
pm-i
alias (#22)- Support
separate
arg for pm generators (#24) - did you mean? (#25)
license
badge (#27)β οΈ Allow to specifyinput
andoutput
(92baec6)- Multi file input/output (#21)
- Allow extending
ignore
patterns (e4ac409) - Support watcher (13e391b)
- Pass transform function to generators for sub-generation (1700a9a)
fetch
generator (155dfc0)
π₯ Performance
- Resolve config once (62a757a)
π©Ή Fixes
- Graceful issue handling (c02dc1b)
- Return original content if no changes (49421d3)
- parser: Check
<!-- /automd -->
to be start of a line (03a71a5)
π Refactors
- Improve badges (db2fb78)
β οΈ Split transform utils (014838b)- Avoid
node:
static imports (2ffa57b) - Simplify
node:
usage for now (40e49d9) - Improve cli impl (9c6e747)
π Documentation
- Various fixes (#16)
- Use unjs badge colors (#17)
- Fix syntax example (#18)
- Update with auto generated examples! (375367a)
β οΈ Breaking Changes
β€οΈ Contributors
- Pooya Parsa (@pi0)
- Christian Preston (@cpreston321)
- Uncenter
v0.2.0
π Enhancements
pm-x
generator (#11)- Support config (b05cccb)
- Custom generators (c959738)
β οΈ Better syntax (#13)badges
generator (#12)
π©Ή Fixes
- Allow extended chars in automd comment (33e440f)
π Refactors
- Split parse utils (2381934)
π‘ Chore
- Add nypm to the list (8c41fb4)
- Update dev script (e950a09)
- Add vitest dependency (5b315d4)
- Update license (8c8df45)
- Remove log (e056ca4)
β Tests
π€ CI
- Enable vitest (9ce08f4)
β οΈ Breaking Changes
β οΈ Better syntax (#13)
β€οΈ Contributors
- Christian Preston (@cpreston321)
- Pooya Parsa (@pi0)
- Uncenter
v0.1.5
v0.1.4
v0.1.3
v0.1.2
π Enhancements
- jsdocs: Add optional and simplified arg types for objects (7dc55a4)
- Allow desrializing args (d49593e)
- jsdocs: Allow group filter (0e31974)
π©Ή Fixes
- Use title case for section titles (d18e529)
π Refactors
- Default
headingLevel
to 2 (4faec97)
π‘ Chore
- Add used by section (3954be9)
β€οΈ Contributors
- Pooya Parsa (@pi0)