Skip to content

Releases: archfirst/joinjs

Added TypeScript definitions

30 Aug 13:13
Compare
Choose a tag to compare

v1.0.2

15 Feb 20:20
3f1088c
Compare
Choose a tag to compare

1.0.2 (2019-02-15)

v1.0.1

17 Oct 23:26
Compare
Choose a tag to compare

1.0.1 (2018-10-17)

Bug Fixes

  • Added missing peer dependency marked for semantic-release (a255d5e)

v1.0.0

17 Dec 15:09
Compare
Choose a tag to compare
  • Added support for composite keys (thanks to @FerrielMelarpis)
  • Updated the build process with better tools

Bug fixes

13 Jun 23:21
Compare
Choose a tag to compare
  • Bug fixes
  • Moved to Babel 6
  • Tests are not in ES6
  • Removed dependency on create-error

Allow simple strings to define properties

07 Aug 20:55
Compare
Choose a tag to compare
This makes the result maps less verbose. For situations where property
name and column name are different, the object form specification is
still supported.

Documentation and code refactoring

30 Jul 04:51
Compare
Choose a tag to compare
0.3.0

Updated README.md and clarified comments.

Minor update

27 Jul 21:31
Compare
Choose a tag to compare
  • mapOne( ) now throws a NotFoundError if a mapped object is not found

Initial release

27 Jul 01:57
Compare
Choose a tag to compare
0.1.0

Updated package.json to publish dist folder to npm