ember-jsoneditor
Version:
Ember component to view, edit and format JSON.
167 lines (105 loc) • 10.1 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
## [v1.0.0](https://github.com/Glavin001/ember-jsoneditor/compare/v0.9.5...v1.0.0) - 2020-03-29
### Merged
- Ember 3.12 [`#33`](https://github.com/Glavin001/ember-jsoneditor/pull/33)
### Commits
- 3.4...3.12 [`af5efe1`](https://github.com/Glavin001/ember-jsoneditor/commit/af5efe10f2956ad9b4b6057f33dfdc37f10809ea)
- npm audit fix [`be5b246`](https://github.com/Glavin001/ember-jsoneditor/commit/be5b246a474207a59f7c6cc69792eaef6885eac0)
- Fixed linting errors [`d3b5ac0`](https://github.com/Glavin001/ember-jsoneditor/commit/d3b5ac0f835dc328d98d0a45bb3755926a86d268)
- Drop node v8 support [`8be512f`](https://github.com/Glavin001/ember-jsoneditor/commit/8be512fb6239a059373cecec073773c540326478)
## [v0.9.5](https://github.com/Glavin001/ember-jsoneditor/compare/v0.9.4...v0.9.5) - 2019-10-29
### Merged
- Update dependencies [`#31`](https://github.com/Glavin001/ember-jsoneditor/pull/31)
### Commits
- Added missing npm badge [`3443f9d`](https://github.com/Glavin001/ember-jsoneditor/commit/3443f9d2ce3f45631d3a36337e04fa3652647102)
## [v0.9.4](https://github.com/Glavin001/ember-jsoneditor/compare/v0.9.3...v0.9.4) - 2019-10-06
### Merged
- Ember 3.8 [`#29`](https://github.com/Glavin001/ember-jsoneditor/pull/29)
- Converted README examples and Application template to angle-brackets [`#28`](https://github.com/Glavin001/ember-jsoneditor/pull/28)
### Commits
- Improved demo app [`a2815f5`](https://github.com/Glavin001/ember-jsoneditor/commit/a2815f54aaa183d5933489677c27eb0350afa603)
- Update readme and application to angle bracket syntax [`8cfcdda`](https://github.com/Glavin001/ember-jsoneditor/commit/8cfcdda4220d309c16dd8687b9318c309cadb2cb)
- Bump versions of ember-auto-import and gh-pages addons [`400616b`](https://github.com/Glavin001/ember-jsoneditor/commit/400616b89771c6c210a0d4561d7a5d4eae65b0e3)
- add github pages deploy script [`d085c48`](https://github.com/Glavin001/ember-jsoneditor/commit/d085c4805efba7caa4bb7cf97731299090a4805c)
## [v0.9.3](https://github.com/Glavin001/ember-jsoneditor/compare/v0.9.2...v0.9.3) - 2019-10-05
### Merged
- Fixed tests after @ember/jquery was removed [`#26`](https://github.com/Glavin001/ember-jsoneditor/pull/26)
- Remove jQuery [`#24`](https://github.com/Glavin001/ember-jsoneditor/pull/24)
### Commits
- Ran codemods to remove jQuery [`dca50a9`](https://github.com/Glavin001/ember-jsoneditor/commit/dca50a93e089bf5197cafdb9dff26eab5b3eabea)
- Switch from Yarn back to NPM because 'npm audit fix' [`5057c7c`](https://github.com/Glavin001/ember-jsoneditor/commit/5057c7c36235b628775d402e36f1d941eaebc045)
- Add auto-changelog [`0f7148c`](https://github.com/Glavin001/ember-jsoneditor/commit/0f7148c2fe46a4b7cdbd4afd9e3c168b7b88aaf5)
- Fixed tests aferter @ember/jquery was removed [`f10784d`](https://github.com/Glavin001/ember-jsoneditor/commit/f10784d84897fb3c58cbcc6fd651e91e259e2380)
## [v0.9.2](https://github.com/Glavin001/ember-jsoneditor/compare/v0.9.1...v0.9.2) - 2019-02-02
### Commits
- corrected handlebar comments, added second abr example [`851cf6e`](https://github.com/Glavin001/ember-jsoneditor/commit/851cf6e99e669f4ffe0b2e7ef5f6a592375a7981)
## [v0.9.1](https://github.com/Glavin001/ember-jsoneditor/compare/v0.7.0...v0.9.1) - 2019-02-02
### Merged
- Add expand property [`#23`](https://github.com/Glavin001/ember-jsoneditor/pull/23)
### Commits
- added angle bracket invocation example [`a1cf23f`](https://github.com/Glavin001/ember-jsoneditor/commit/a1cf23f6d26756fc9e0acc8efe5743d5650fdabf)
## [v0.7.0](https://github.com/Glavin001/ember-jsoneditor/compare/v0.6.1...v0.7.0) - 2018-11-15
### Commits
- updated readme [`7bcdde1`](https://github.com/Glavin001/ember-jsoneditor/commit/7bcdde124293b0455083c00680abaf66e9502d56)
- drop venderTree from index.js MergeTrees [`3afa43c`](https://github.com/Glavin001/ember-jsoneditor/commit/3afa43c03eac1ee5afd6833468e08918435f428f)
## [v0.6.1](https://github.com/Glavin001/ember-jsoneditor/compare/v0.5.1...v0.6.1) - 2018-11-08
### Merged
- Broccolli [`#20`](https://github.com/Glavin001/ember-jsoneditor/pull/20)
## [v0.5.1](https://github.com/Glavin001/ember-jsoneditor/compare/v0.5.0...v0.5.1) - 2018-11-08
### Commits
- fixed missed bower install in blueprint [`05214ae`](https://github.com/Glavin001/ember-jsoneditor/commit/05214ae8e55704fcc6a75275621ad76256679b37)
## [v0.5.0](https://github.com/Glavin001/ember-jsoneditor/compare/v0.2.1...v0.5.0) - 2018-11-08
### Merged
- Upgrade to ember 3.4 lts [`#19`](https://github.com/Glavin001/ember-jsoneditor/pull/19)
- Configure travis.yml [`#18`](https://github.com/Glavin001/ember-jsoneditor/pull/18)
- Upgrades [`#17`](https://github.com/Glavin001/ember-jsoneditor/pull/17)
## [v0.2.1](https://github.com/Glavin001/ember-jsoneditor/compare/v0.1.2...v0.2.1) - 2018-04-28
### Merged
- Updated docs/fixed warnings #14 [`#16`](https://github.com/Glavin001/ember-jsoneditor/pull/16)
- ember upgrade 2.18.2 [`#15`](https://github.com/Glavin001/ember-jsoneditor/pull/15)
### Fixed
- ember upgrade 2.18.2 (#15) [`#8`](https://github.com/Glavin001/ember-jsoneditor/issues/8)
### Commits
- 2.18.2 upgrade [`ea5e241`](https://github.com/Glavin001/ember-jsoneditor/commit/ea5e241973d1571e1d8bb84cb99aeb40065cc68c)
- 2.18.2 upgrade - first pass [`6219c91`](https://github.com/Glavin001/ember-jsoneditor/commit/6219c91f16635dd03bda472424d5b9974310ffb0)
- fixed jsoneditor property warnings [`21bad0d`](https://github.com/Glavin001/ember-jsoneditor/commit/21bad0d1d937b2d3a31fe40691721c76c99ab2b2)
- added tests [`5d62901`](https://github.com/Glavin001/ember-jsoneditor/commit/5d6290193448a5f1567cd6c63cc844017875db27)
- updated documentation [`d3eebec`](https://github.com/Glavin001/ember-jsoneditor/commit/d3eebecb60f1d7fc42ed8db300390fb0e7249888)
- added bower install [`d27da24`](https://github.com/Glavin001/ember-jsoneditor/commit/d27da247e6d3508b6dff2d5b79a60a15dcfef19c)
- added postinstall script [`0550da8`](https://github.com/Glavin001/ember-jsoneditor/commit/0550da87d4ca8b47926750810db3703af73fe5db)
- added missing documentation [`f69c0da`](https://github.com/Glavin001/ember-jsoneditor/commit/f69c0dafc520ed267e8535c5e2986d91ab73bbb8)
- fix bower install [`6140697`](https://github.com/Glavin001/ember-jsoneditor/commit/6140697a0ce1298c41c1d2ec5b714dc8d8105c75)
- updated sudo [`ccd4fdb`](https://github.com/Glavin001/ember-jsoneditor/commit/ccd4fdb0c1a7a19b34beedf76faf6dafeecedb31)
## [v0.1.2](https://github.com/Glavin001/ember-jsoneditor/compare/v0.1.1...v0.1.2) - 2016-05-17
### Merged
- jsoneditor now ships with a SVG image [`#9`](https://github.com/Glavin001/ember-jsoneditor/pull/9)
- Fixed blueprint requirement of normalizeEntityName() and fixed bower path for jsoneditor [`#3`](https://github.com/Glavin001/ember-jsoneditor/pull/3)
- Removed element from property dependents because it cannot be observed [`#5`](https://github.com/Glavin001/ember-jsoneditor/pull/5)
- Convert to Ember CLI plugin [`#2`](https://github.com/Glavin001/ember-jsoneditor/pull/2)
### Fixed
- Closes #6. notifyPropertyChange on controller with update component [`#6`](https://github.com/Glavin001/ember-jsoneditor/issues/6)
### Commits
- Remove dist/ directory. [`e91de1b`](https://github.com/Glavin001/ember-jsoneditor/commit/e91de1bb03368a28ba6e16ae5c1ee6eb1c43ee90)
- Add dist/ directory for GitHub Pages [`10ef0c6`](https://github.com/Glavin001/ember-jsoneditor/commit/10ef0c6221c54acae07ee5303a69f5cdf77b2cfd)
- Moving over to Ember CLI [`17f80f4`](https://github.com/Glavin001/ember-jsoneditor/commit/17f80f4826d2f095166e36fc7008cc6705d0bd65)
- Update to latest Ember-CLI, jsoneditor, and other dependencies [`7207a4a`](https://github.com/Glavin001/ember-jsoneditor/commit/7207a4a23687bebad5f9d8ad3593a06e64a9d65b)
- Added blueprint, and finished demo page [`b9ea104`](https://github.com/Glavin001/ember-jsoneditor/commit/b9ea1047a260aa81a2a8a653c956fe95fa332fea)
- Improve README [`02f5196`](https://github.com/Glavin001/ember-jsoneditor/commit/02f51963116df77dd9720d1767f887bb371c6a45)
- Improve package.json for release 0.1.0 [`97fe211`](https://github.com/Glavin001/ember-jsoneditor/commit/97fe2114538341903155710e9faece9bbf13c9fd)
- Updated package.json [`1110cb4`](https://github.com/Glavin001/ember-jsoneditor/commit/1110cb4b4d1abec94f11fe37afdb8b81d97c6819)
- Setup ember-cli-github-pages [`981726d`](https://github.com/Glavin001/ember-jsoneditor/commit/981726d158080f48d0b67e34676c32101899358f)
- Use ember build to generate dist/ [`8702c3e`](https://github.com/Glavin001/ember-jsoneditor/commit/8702c3e13d0ad1239117c2d3ebc28a67950c3004)
- Add demoURL to package.json [`9a61610`](https://github.com/Glavin001/ember-jsoneditor/commit/9a61610dbf0edd5ec8a5e9d456065507cbe82710)
- Add npm version badge to README [`3699b92`](https://github.com/Glavin001/ember-jsoneditor/commit/3699b92da71e17be59f98595d1ea91ccb65dde9a)
- Built example page [`572f780`](https://github.com/Glavin001/ember-jsoneditor/commit/572f780caf37e583652c52404e24e582c22cbc52)
- Add dist/ to gitignore [`b812428`](https://github.com/Glavin001/ember-jsoneditor/commit/b81242865ada94afe3c49298d3080f733178cdec)
## [v0.1.1](https://github.com/Glavin001/ember-jsoneditor/compare/v0.1.0...v0.1.1) - 2014-05-26
### Commits
- Improve demo with two-way binding example. [`b66660a`](https://github.com/Glavin001/ember-jsoneditor/commit/b66660ac1d990dac827e59e163d1a657d6b62875)
## v0.1.0 - 2014-05-25
### Commits
- Initial commit with generator-ember-plugin. [`b9e56fb`](https://github.com/Glavin001/ember-jsoneditor/commit/b9e56fb26d52c3702f236393592b9c93d284094d)
- First completely working version. [`a695955`](https://github.com/Glavin001/ember-jsoneditor/commit/a695955b3ff2a20cd26b6ca5ef31edd95019673c)
- Initial commit [`c0b99c6`](https://github.com/Glavin001/ember-jsoneditor/commit/c0b99c644052f97b112ddc9d626cb100f5427475)
- Version bump to 0.1.0 and :lipstick: README file. [`9797a5a`](https://github.com/Glavin001/ember-jsoneditor/commit/9797a5ad143dd97db1d8f62e0e01ef2e445b009a)