forked from assemble/assemble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
78 lines (78 loc) · 2.56 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
v0.4.4:
date: "2013-08-01"
changes:
- Adds "nested layouts"
- Adds option for pages in JSON/YAML collections to be defined as either objects or keys in an array.
v0.4.3:
date: "2013-08-01"
changes:
- Adds "options.pages" for passing in an array of pages in JSON or YAML format.
v0.4.0:
date: "2013-06-20"
changes:
- Adds "layoutdir" option for defining the directory to be used for layouts. If layoutdir is defined, then layouts may be defined using only the name of the layout.
v0.3.81:
date: "2013-06-10"
changes:
- Adds additional ways to load custom helpers. Now it's possible to use a glob pattern that points to a list of scripts with helpers to load.
- Adds examples and tests on how to use the new custom helper loading methods.
v0.3.80:
date: "2013-06-01"
changes:
- Fixing bug with null value in engine
v0.3.77:
date: "2013-05-07"
changes:
- Updated README with info about assemble methods
v0.3.74:
date: "2013-04-28"
changes:
- Updating the assemble library to use the assemble-utils repo and unnecessary code.
v0.3.73:
date: "2013-04-21"
changes:
- Fixing how the relative path helper worked and showing an example in the footer of the layout. This example is hidden, but can be seen by doing view source.
v0.3.72:
date: "2013-04-20"
changes:
- Fixing the layout override issue happening in the page yaml headers. Something was missed during refactoring.
v0.3.9:
date: "2013-04-19"
changes:
- Adds tags and categories to the root context and ensure that the current page context values don't override the root context values.
v0.3.8:
date: "2013-04-18"
changes:
- Updating to use actual assets property from current page.
v0.3.7:
date: "2013-04-17"
changes:
- Cleaning up some unused folders and tests
v0.3.6:
date: "2013-04-16"
changes:
- Fixed missing assets property.
v0.3.5:
date: "2013-04-16"
changes:
- Adds a sections array to the template engine so it can be used in helpers.
v0.3.4:
date: "2013-04-11"
changes:
- More tests for helpers and global variables, organized tests. A number of bug fixes.
v0.3.3:
date: "2013-04-06"
changes:
- helper-lib properly externalized and wired up. Global variables for filename, ext and pages
v0.3.22:
date: "2013-03-22"
changes:
- Merged global and target level options so data and partial files can be joined
v0.3.21:
date: "2013-03-22"
changes:
- Valid YAML now allowed in options.data object (along with JSON)
v0.3.14:
date: "2013-03-18"
changes:
- new relative helper for resolving relative paths