Skip to content

Releases: aurelia/path

1.0.0-beta.2.0.0

13 Jun 15:17
Compare
Choose a tag to compare
  • update deps, build, lint, d.ts gen and docs gen

1.0.0-beta.1.2.2

10 May 14:53
Compare
Choose a tag to compare
  • docs and bower metadata update

1.0.0-beta.1.2.1

06 Apr 18:10
Compare
Choose a tag to compare
  • 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

23 Mar 03:26
Compare
Choose a tag to compare

1.0.0-beta.1.2.0 (2016-03-22)

  • Update to Babel 6

aurelia-path 1.0.0-beta.1.1.1

01 Mar 05:36
Compare
Choose a tag to compare

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

28 Jan 23:32
Compare
Choose a tag to compare
  • package metadata for jspm

aurelia-path 1.0.0-beta.1

16 Nov 21:01
Compare
Choose a tag to compare
chore(all): prepare release 1.0.0-beta.1

aurelia-path v0.11.0

10 Nov 04:37
Compare
Choose a tag to compare
chore(all): prepare release 0.11.0

aurelia-path v0.10.0

13 Oct 07:29
Compare
Choose a tag to compare

Bug Fixes

  • Path: declare trailingSlash (3b772ff6)
  • all:
  • build:
    • update linting, testing and tools (557f223f)
    • add missing bower bump (869ab8dd)
  • join:
    • respect file protocol with empty host (d51d32b7)
    • add compiled js (46620452)
    • keep trailing slash (3e7ed200)
    • numerous bug fixes to the join algorithm (0114d322)
  • package:
    • update aurelia tools and dts generator (379e53e0)
    • change jspm directories (a12623eb)
  • path:
    • Join protocol independent paths (34655ae4)
    • joining an absolute path fragment with another incorrectly removes the first sla (4111cfef)

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)

aurelia-path v0.9.0

04 Sep 19:15
Compare
Choose a tag to compare

Bug Fixes

  • build: update linting, testing and tools (557f223f)
  • join: respect file protocol with empty host (d51d32b7)

Features

  • docs: generate api.json from .d.ts file (9362b808)
  • query-strings: move query string helpers from route-recognizer so they can be reused (adccb98d)