Skip to content

Releases: FiguredLimited/vue-mc

v0.6.0

15 Aug 17:56
Compare
Choose a tag to compare
  • Added Indonesian locale.
  • Added Polish locale.
  • Added German locale.
  • Added Persian locale.
  • Added Arabic locale.
  • Fix save events to reflect behavior described in the documentation.
  • Package dependency upgrades, relaxed Vue version requirement. #121
  • Lodash imported per module as needed to reduce build size.
  • Export Request, Response and RequestError to enable custom Axios instances.
  • Updated the demo.
  • Fix double devtools message. #120
  • Fix collection fetch with options override replacing pagination. #112
  • Fix validateRecursively always returning an error with collections. #92

v0.2.4

05 Feb 03:48
Compare
Choose a tag to compare
  • Fix a bug where reactivity is lost after reset() or sync()
  • Fix getters being called during the autobind phase
  • Rename getPaginationQueryParameters to getPaginationQuery

v0.2.3

12 Nov 11:19
Compare
Choose a tag to compare
  • Add getRoute method

v0.2.2

08 Nov 22:42
Compare
Choose a tag to compare
  • Fix useFirstErrorOnly not working when using vue-mc validation (not server side)

v0.2.1

08 Nov 22:41
Compare
Choose a tag to compare
  • Add get/set to collection attributes
  • Allow duplicate models to be added, but not the same instance twice

v0.2.0

08 Nov 22:41
Compare
Choose a tag to compare
  • Import all required packages instead of relying on globals
  • Fix collection not handling an empty response correctly
  • Add attributes to collections
  • Add useFirstErrorOnly option to Model
  • Remove global window registration of Collection and Model @kvdveer
  • Add Dutch validation language support @kvdveer
  • Add Russian validation language support @MihailRussu

v0.1.0

08 Nov 22:42
Compare
Choose a tag to compare
  • Fix path inconsistencies
  • Fix ES6 / CommonJS builds