-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
CHANGELOG
29 lines (29 loc) · 1.03 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
v0.3.2:
date: 2013-12-21
changes:
- adds debug option
- adds `:random()` and `:000` special patterns
v0.3.0:
date: 2013-11-28
changes:
- "Updates dependencies to work with Grunt 0.4.2"
- "Adds `:num` permalink structure, for adding numbers to generated pages"
- "Adds `stripnumber` to strip leading numbers from pages. this works well with `:num` for replacing pages that are in order but poorly numbered"
- "Adds documentation for updates"
v0.1.5:
date: 2013-10-09
changes:
- Adds logic to ignore permalink structures for files named "index". Fixes [issue 20](https://github.com/assemble/permalinks/issues/20).
- Updates replacement patterns to use RegExp and word boundaries to minimize potential for moment.js to greedily modify non-date patterns.
v0.1.2:
date: 2013-10-04
changes:
- Adds "presets" per [issue 6](https://github.com/assemble/permalinks/issues/6).
v0.1.1:
date: 2013-10-03
changes:
- Renames "pattern" to "structure".
v0.1.0:
date: 2013-10-03
changes:
- First commmit.