Releases: FiguredLimited/vue-mc
Releases · FiguredLimited/vue-mc
v0.6.0
- 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
- Fix a bug where reactivity is lost after
reset()
orsync()
- Fix getters being called during the
autobind
phase - Rename
getPaginationQueryParameters
togetPaginationQuery
v0.2.3
- Add
getRoute
method
v0.2.2
- Fix
useFirstErrorOnly
not working when using vue-mc validation (not server side)
v0.2.1
- Add get/set to collection attributes
- Allow duplicate models to be added, but not the same instance twice
v0.2.0
- Import all required packages instead of relying on globals
- Fix collection not handling an empty response correctly
- Add attributes to collections
- Add
useFirstErrorOnly
option toModel
- Remove global window registration of
Collection
andModel
@kvdveer - Add Dutch validation language support @kvdveer
- Add Russian validation language support @MihailRussu
v0.1.0
- Fix path inconsistencies
- Fix ES6 / CommonJS builds