Skip to content

aurelia-path v0.10.0

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 13 Oct 07:29
· 94 commits to master since this release

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)