All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
1.1.8 (2024-08-11)
1.1.7 (2021-09-26)
- fix: security issue gh closes #44 (7c4e235), closes #44
- fix(security): prevent proto pollution in simple assignment (d3bb6fa)
- chore(all): add latest build artifacts (0624b03)
- chore(all): merge latest release (ac538ac)
- chore(all): update build process, deps (4aa9088)
- chore(ci): fix circleci yml (a990648)
1.1.6 (2019-10-15)
- all: change es2015 back to native-modules (3a13e2f)
1.1.5 (2019-09-10)
- all: change es2015 back to native-modules (3a13e2f)
1.1.4 (2019-03-26)
- all: change es2015 back to native-modules (3a13e2f)
1.1.3 (2019-02-04)
- all: change es2015 back to native-modules (3a13e2f)
1.1.2 (2019-01-18)
- Add module field to package.json.
1.1.1 (2016-09-23)
- index: ensure new traditional param is marked as optional (fc600e5)
1.1.0 (2016-09-22)
- queries: Build and parse queries also in traditional style
1.0.0 (2016-07-27)
1.0.0-rc.1.0.0 (2016-06-22)
- 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
- Update to Babel 6
- Path: declare trailingSlash (3b772ff6)
- all:
- build:
- join:
- package:
- path:
- 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)
- build: update linting, testing and tools (557f223f)
- join: respect file protocol with empty host (d51d32b7)
- docs: generate api.json from .d.ts file (9362b808)
- query-strings: move query string helpers from route-recognizer so they can be reused (adccb98d)
- improve output file name
- package: update aurelia tools and dts generator (379e53e0)
- Path: declare trailingSlash (3b772ff6)
- all: update compiler (191125de)
- path: Join protocol independent paths (34655ae4)
- package: change jspm directories (a12623eb)
- Update compiler.
- all: add buildParams for building querystrings. (52b22de6)
- path: joining an absolute path fragment with another incorrectly removes the first sla (4111cfef)
- Update compiler.
- build: update compiler and switch to register module format (470daf2e)
- join: numerous bug fixes to the join algorithm (0114d322)
- join: add a utility for joining paths (9342f179)