Skip to content

Releases: imrim12/formkl

Release 0.2.0

16 Apr 10:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...0.2.0

0.1.0

04 Feb 18:05
Compare
Choose a tag to compare

0.1.0 (2022-02-05)

Bug Fixes

  • fix: count line and column in syntax error (c0976d5)

1.0.0-rc.5

03 Feb 09:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0-rc.4...1.0.0-rc.5

1.0.0-rc.4

14 Jan 17:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0-rc.3...1.0.0-rc.4

1.0.0-rc.3

25 Dec 16:10
1bbf25d
Compare
Choose a tag to compare

1.0.0-rc.3 (2022-12-25)

Features

  • add stringifier (8c8d13e)
  • added husky git hooks (966c15f)
  • added release-it package for release (e46d2c0)
  • handle keyword value in validation (45972c6)
  • support form lifecycle hooks (d2aff34)

Bug Fixes

  • always return true when use regex with logic validator (3dd1e41)
  • circular dependencies build fail nx (d6c59a6)
  • editor web component lifecycle works differently on vue/react (7d006b7)
  • setup vitest component testing (8a3f07d)
  • tsconfig.json (d7657fa)
  • vercel build fail (8ad35a6)

1.0.0-rc.2

23 Nov 15:44
Compare
Choose a tag to compare

What's Changed

  • Fix/validator n regex by @bittermeatball in #13
  • chore: setup nx cloud by @bittermeatball in #14
  • chore: added new github template by @quangtudng in #16
  • feat: added husky git hooks by @quangtudng in #15
  • feat: added release-it package for release by @quangtudng in #18
  • release v1.0.0 rc.2 by @bittermeatball in #17

New Contributors

Full Changelog: 1.0.0-rc.1...1.0.0-rc.2

1.0.0-rc.1

01 Nov 18:22
Compare
Choose a tag to compare

First beta release!
Please refer the documentation at formkl docs!

1.0.0-alpha.6

14 Oct 09:57
Compare
Choose a tag to compare
1.0.0-alpha.6 Pre-release
Pre-release
docs: fix dead link