Releases: aurelia/path
Releases · aurelia/path
1.0.0-beta.2.0.0
- update deps, build, lint, d.ts gen and docs gen
1.0.0-beta.1.2.2
- docs and bower metadata update
1.0.0-beta.1.2.1
- Fix for query string return true for param with equal sign on the end
- Added Unit tests for Fix for query string return true for param with equal sign on the end
1.0.0-beta.1.2.0
1.0.0-beta.1.2.0 (2016-03-22)
- Update to Babel 6
aurelia-path 1.0.0-beta.1.1.1
feat(buildQueryString, parseQueryString): object serialization/deserialization
This allows using buildQueryString and parseQueryString methods to
serialize and deserialize complex objects and arrays with multiple
levels of nesting.
aurelia-path 1.0.0-beta.1.1.0
- package metadata for jspm
aurelia-path 1.0.0-beta.1
chore(all): prepare release 1.0.0-beta.1
aurelia-path v0.11.0
chore(all): prepare release 0.11.0
aurelia-path v0.10.0
Bug Fixes
- Path: declare trailingSlash (3b772ff6)
- all:
- build:
- join:
- package:
- path:
Features
- all: add buildParams for building querystrings. (52b22de6)
- build: update compiler and switch to register module format (470daf2e)
- docs: generate api.json from .d.ts file (9362b808)
- join: add a utility for joining paths (9342f179)
- query-strings: move query string helpers from route-recognizer so they can be reused (adccb98d)