Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Releases: soney/constraintjs

v0.9.7

15 Jul 03:07
Compare
Choose a tag to compare

Added TypeScript definitions

v0.9.6

05 Jun 20:43
Compare
Choose a tag to compare

This version contains a couple of bug fixes:

  • fsm.startsAt(state_name) properly sets the current state if no transitions have executed and the program has already checked the current state
  • Constraints whose value was set to a map constraint now return the proper value
  • Upgraded to latest jsep version

v0.9.5

02 Mar 07:50
Compare
Choose a tag to compare
  • Added createParsedConstraint utility method for creating constraints from expressions
  • Bug fixes

v0.9.4

04 Feb 20:18
Compare
Choose a tag to compare
  • Added the ability to register custom partials (registerCustomPartial)
  • A number of bug fixes
  • More documentation
  • Updated JSEP version
  • Tested on IE 7 and up

v0.9.3

16 Jan 15:28
Compare
Choose a tag to compare
  • Updated names for binding functions
  • Fixed bugs in templating engine when dealing with map constraint objects and "each" tag
  • Fixed compatibility bugs with older IE versions
  • A number of other bug fixes

v0.9.2

29 Dec 03:51
Compare
Choose a tag to compare
  • Refactored templates for faster performance
  • Added documentation for every method
  • Added typeof and instanceof constraint modifiers

v0.9.1

18 Dec 03:07
Compare
Choose a tag to compare
  • Added skeleton for API framework documentation
  • Fixed bugs preventing many templates from not working in non-chrome browsers
  • Fixed bugs in arithmetic operators
  • Added more modifiers

v0.9.0

09 Dec 23:40
Compare
Choose a tag to compare
Fix mapping prefix