|
1 | 1 | # Changelog
|
2 | 2 |
|
3 | 3 |
|
| 4 | +## v0.3.1 |
| 5 | + |
| 6 | +[compare changes](https://github.com/unjs/automd/compare/v0.3.0...v0.3.1) |
| 7 | + |
| 8 | +### 🚀 Enhancements |
| 9 | + |
| 10 | +- **badges:** Support packagephobia ([79cb700](https://github.com/unjs/automd/commit/79cb700)) |
| 11 | +- `js-import` generator ([89a4bf0](https://github.com/unjs/automd/commit/89a4bf0)) |
| 12 | +- Add `with-automd` generator ([3df4a62](https://github.com/unjs/automd/commit/3df4a62)) |
| 13 | +- **fetch:** Support `gh:` prefix ([b12087e](https://github.com/unjs/automd/commit/b12087e)) |
| 14 | +- Support generator unwrap ([3d3422f](https://github.com/unjs/automd/commit/3d3422f)) |
| 15 | +- `file` generator ([3ca4924](https://github.com/unjs/automd/commit/3ca4924)) |
| 16 | + |
| 17 | +### 🩹 Fixes |
| 18 | + |
| 19 | +- **jsdocs:** Trim last line ([7259a71](https://github.com/unjs/automd/commit/7259a71)) |
| 20 | +- **badges:** Respect `npmVersion` and `npmDownloads` ([01e49f4](https://github.com/unjs/automd/commit/01e49f4)) |
| 21 | +- **jsimport:** Wrap with `printWith` of `80` ([a65b0c3](https://github.com/unjs/automd/commit/a65b0c3)) |
| 22 | +- **transform:** Always trim before replace ([c2eb2a9](https://github.com/unjs/automd/commit/c2eb2a9)) |
| 23 | + |
| 24 | +### 💅 Refactors |
| 25 | + |
| 26 | +- Rename `js-import` to `jsimport` ([bc9a221](https://github.com/unjs/automd/commit/bc9a221)) |
| 27 | + |
| 28 | +### 📖 Documentation |
| 29 | + |
| 30 | +- Use shorthands in examples ([2a6b4de](https://github.com/unjs/automd/commit/2a6b4de)) |
| 31 | + |
| 32 | +### 🏡 Chore |
| 33 | + |
| 34 | +- **release:** V0.3.0 ([610dbb3](https://github.com/unjs/automd/commit/610dbb3)) |
| 35 | +- Apply automated fixes ([0919539](https://github.com/unjs/automd/commit/0919539)) |
| 36 | +- Update docs ([c79b0e6](https://github.com/unjs/automd/commit/c79b0e6)) |
| 37 | +- Update snapshot ([c65ce22](https://github.com/unjs/automd/commit/c65ce22)) |
| 38 | +- Update readme ([cbb521d](https://github.com/unjs/automd/commit/cbb521d)) |
| 39 | +- Apply automated fixes ([b93f840](https://github.com/unjs/automd/commit/b93f840)) |
| 40 | +- Add STORY.md ([1aa13eb](https://github.com/unjs/automd/commit/1aa13eb)) |
| 41 | +- Update dev script ([1b39861](https://github.com/unjs/automd/commit/1b39861)) |
| 42 | +- Use `gh:` proto for fetch examples ([804ee57](https://github.com/unjs/automd/commit/804ee57)) |
| 43 | + |
| 44 | +### ✅ Tests |
| 45 | + |
| 46 | +- Add format test ([0d0dfa1](https://github.com/unjs/automd/commit/0d0dfa1)) |
| 47 | + |
| 48 | +### ❤️ Contributors |
| 49 | + |
| 50 | +- Pooya Parsa ([@pi0](http://github.com/pi0)) |
| 51 | + |
4 | 52 | ## v0.3.0
|
5 | 53 |
|
6 | 54 | [compare changes](https://github.com/unjs/automd/compare/v0.2.0...v0.3.0)
|
|
0 commit comments