Skip to content

Releases: jdwije/jst

2.0.0-beta.15

14 Nov 03:43
09ac529
Compare
Choose a tag to compare
2.0.0-beta.15 Pre-release
Pre-release

This release contains two new function encodeToken and decodeToken to escape/unescape special characters in strings to be used as JSON pointers. It uses these to fix a bug in setting values on paths that contain special characters.

2.0.0-beta.14

31 Oct 05:47
b25add2
Compare
Choose a tag to compare
2.0.0-beta.14 Pre-release
Pre-release

Includes a fix to the dereference interface where its resolver function was typed as a required parameter. This has now been correctly set to optional, a test added, and the docs updated.

2.0.0-beta.13

30 Oct 12:43
b2c3540
Compare
Choose a tag to compare
2.0.0-beta.13 Pre-release
Pre-release

This release contains changes to the project structure for the better - linted tests and benchmarks, amongst other things..

2.0.0-beta.12

12 Sep 10:43
Compare
Choose a tag to compare
2.0.0-beta.12 Pre-release
Pre-release

Fixes

  • Fix release script

2.0.0-beta.11

12 Sep 10:33
Compare
Choose a tag to compare
2.0.0-beta.11 Pre-release
Pre-release

Fix

  • Try to release script and travis ci

2.0.0-beta.10

12 Sep 10:24
Compare
Choose a tag to compare
2.0.0-beta.10 Pre-release
Pre-release

Change

  • Refactor typings.d.ts to ./types/index.ts, we now compile and package our types.
  • Improved package scripts, now cleaner and more verbose.
  • Simplify package scripts without losing any functionality.

2.0.0-beta.9

27 Aug 14:45
Compare
Choose a tag to compare
2.0.0-beta.9 Pre-release
Pre-release

Fix

  • Package publish process, previously files were being ignored that shouldn't be! We now export a minimal file set to keep the tgz small.

2.0.0-beta.8

16 Aug 02:38
Compare
Choose a tag to compare
2.0.0-beta.8 Pre-release
Pre-release

Change

  • use isPointer internally now.

Add

  • lint step to travis-ci.yml
  • benchmark step to travis-ci.yml

Fix

  • fixed linting
  • lodash imports, build size reduced.

2.0.0-beta.7

14 Aug 13:51
Compare
Choose a tag to compare
2.0.0-beta.7 Pre-release
Pre-release

Includes better documentation and README.md introduction.

2.0.0-beta.6

14 Aug 10:26
Compare
Choose a tag to compare
2.0.0-beta.6 Pre-release
Pre-release

Includes fixes to circular schema dereferencing and improved Travis CI builds.