Skip to content

Releases: BatuhanW/haf

v1.0.0

29 Dec 23:06
3704d19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v1.0.0

v0.2.0

29 Dec 13:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.2.0

v0.1.3

20 Apr 02:30
4cd7fcb
Compare
Choose a tag to compare

[Fix] Array types generates array methods in the schema #10

v0.1.2

19 Apr 23:48
08c5df9
Compare
Choose a tag to compare

Test get method Typescript Types (#7)

[Fix]: Passing interface to the value of schema doesn't generate typings (#8)

Bump version to 0.1.2 (#9)

v0.1.1

28 Jan 08:31
Compare
Choose a tag to compare
  • Added append method for arrays
  • Fixed a type definition bug where a nested object's arrays are ignored.
  • Added extra specs for some cases

v0.1.0

26 Jan 17:42
8d68f50
Compare
Choose a tag to compare
  • Bumped version to 0.1.0
  • Moved npm scripts to where they actually belong
  • Updated author field in package.json
  • Added Floris as a contributor. See his great contributions here and here

v0.0.1

25 Jan 23:16
630e3e6
Compare
Choose a tag to compare

First alpha version with basic functionality.

For now, it only supports these methods;

  • get
  • set
  • delete
  • reset