Skip to content

Releases: wollardj/simple-plist

TypeScript

24 Oct 20:33
Compare
Choose a tag to compare

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

07 Nov 02:10
Compare
Choose a tag to compare
  • Improved error reporting (thanks @dnicolson)
  • updated dependencies
  • drop support for node@6

v1.0.0

07 Dec 00:50
Compare
Choose a tag to compare

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

25 Mar 17:48
Compare
Choose a tag to compare

Applied very old but still relevant merge request that pulls in updated versions of plist and adds tests for empty strings.

0.2.1

01 Nov 06:01
Compare
Choose a tag to compare

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 …

01 Nov 05:44
Compare
Choose a tag to compare

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

11 May 01:43
Compare
Choose a tag to compare
Version bump + soft tabs.