Skip to content

Commit

Permalink
Release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robacarp committed Mar 2, 2018
1 parent 5883a23 commit d0c3ab0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG
@@ -0,0 +1,15 @@
2018-03-02 v0.0.3 - Initial stable release

Features
* Parameterized Segments
- parameterized segments start with a `:`
- bugfix from radix: named parameters at the same nesting level can
have different names

* Glob Segments
- glob segments will match any part of a URL and start with a `*`
- bugfix from radix: globs don't _need_ to swallow the entire url,
but can be placed in the middle of a url, eg: /path/*/path/

* When multiple routes are matched, they're sorted by insertion order
and the first is returned.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Amber/Router

An experimental url router.
[![Build Status](https://travis-ci.org/amberframework/router.svg?branch=master)](https://travis-ci.org/amberframework/router) A tree based url router with a similar API interface to [radix](luislavena/radix).

## Usage

Expand Down
2 changes: 1 addition & 1 deletion shard.yml
@@ -1,5 +1,5 @@
name: amber_router
version: 0.0.1
version: 0.0.3

authors:
- Robert L Carpenter <robert@robacarp.com>
Expand Down

0 comments on commit d0c3ab0

Please sign in to comment.