Releases: soney/constraintjs
Releases · soney/constraintjs
v0.9.7
Added TypeScript definitions
v0.9.6
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
- Added
createParsedConstraint
utility method for creating constraints from expressions
- Bug fixes
v0.9.4
- 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
- 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
- Refactored templates for faster performance
- Added documentation for every method
- Added
typeof
and instanceof
constraint modifiers
v0.9.1
- 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