mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-09 01:47:20 +08:00
2.3 KiB
2.3 KiB
@rollup/plugin-json ChangeLog
v4.1.0
2020-06-05
Features
- feat: log the filename when JSON.parse fails (#417)
v4.0.3
2020-04-19
Updates
- chore: add rollup 2 to peer range (06d9d29)
v4.0.2
2020-02-01
Bugfixes
- fix: correct type definitions (#161)
Updates
- chore: update dependencies (e1d317b)
4.0.1
2019-12-21
- fix(json): cannot be imported by rollup (#81)
4.0.0
2019-03-18
- Pass all JSON data through dataToEsm to consistently support "compact" formatting, support empty keys, abandon Node 4 support, add prettier, update dependencies (#53)
3.1.0
2018-09-13
- Expose "compact" and "namedExports" options (#45)
- Update rollup-pluginutils to support null values in JSON (#44)
- Update dependencies and ensure rollup@1.0 compatibility (#46)
3.0.0
2018-05-11
- No longer create a fake AST to support tree-shaking with upcoming versions of rollup (#41)
2.3.1
2018-05-11
- Update example in readme (#38)
- Warn when using this version with upcoming rollup versions
2.3.0
2017-06-03
- Always parse JSON, so malformed JSON is identified at bundle time (#27)
2.2.0
2017-06-03
- Add
indent
option (#24)
2.1.1
2017-04-09
- Add license to package.json (#25)
2.1.0
2016-12-15
2.0.2
2016-09-07
- Generate correct fake AST
2.0.1
2016-06-23
- Return a
name
2.0.0
2015-11-05
- Generate fake AST to avoid unnecessary traversals within Rollup
1.1.0
unpublished
- Generate named exports alongside default exports
1.0.0
2015-10-25
- First release