Releases: wollardj/simple-plist
Releases · wollardj/simple-plist
TypeScript
This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for those who would choose to use it.
As this is a minor release there should be minimal risk in upgrading from v1.1.1
1.1.0
- Improved error reporting (thanks @dnicolson)
- updated dependencies
- drop support for node@6
v1.0.0
All changes (below) are targeting the project itself; There are no public-facing changes from the previous release.
- converted all coffeescript files to vanilla javascript
- removed coffeescript dev dependency
- added eslint (airbnb configs) along with prettier for linting / formatting
- added
lint-staged
to ensure all files are linted and formatted as a pre-commit
hook.
- added
husky
to ensure all tests run as pre-commit
and pre-push
hooks
0.3.0
Applied very old but still relevant merge request that pulls in updated versions of plist and adds tests for empty strings.
0.2.1
Published packaged contents are now much cleaner than in 0.2.0
, but otherwise, this is functionally the same as that version.
0.2.0
Less console.log
and more throw new Error
thanks to a patch from @trufae
Under the hood changes in this release include a conversion to coffeescript (just as a matter of preference), and the addition of a few jest
tests executed via TravisCI.
v0.1.4
Version bump + soft tabs.