UNPKG

4.02 kBMarkdownView Raw
1#### key
2
3Changelog entries are classified using the following labels _(from [keep-a-changelog][]_):
4
5- `added`: for new features
6- `changed`: for changes in existing functionality
7- `deprecated`: for once-stable features removed in upcoming releases
8- `removed`: for deprecated features removed in this release
9- `fixed`: for any bug fixes
10
11Custom labels used in this changelog:
12
13* `dependencies`: bumps dependencies
14* `housekeeping`: code re-organization, minor edits, or other changes that don't fit in one of the other categories.
15
16### v0.18.0
17
18**Dependencies**
19
20- bumps [assemble-core][] to 0.27.0
21
22### v0.17.0
23
24**Dependencies**
25
26- bumps [assemble-core][] to 0.26.0
27
28### v0.16.1
29
30- bump dependencies. In particular, there was a bug in [parser-front-matter][] where leading whitespace was removed after extracting front-matter, which caused the first line of indentation to be removed. This has been fixed.
31
32### v0.16.0
33
34- **Added**: `.log()` method, which also exposes additional methods, like `.log.info()`, `.log.success()`, etc.
35- docs were moved to `support/docs`, so that markdown docs can be built to the `docs` directory
36- docs were updated, new docs added
37- Moves some private prototype methods to static methods, to allow them to be used without creating an instance
38- Bumps [assemble-core][] to v0.25.0
39
40### v0.15.0
41
42- Bumps [assemble-core][] to v0.24.0 to get the latest versions of [templates][] and [base-data][] which removes the `renameKey` option from the `.data` method. Use the `namespace` option instead.
43
44### v0.14.0
45
46Bumps [assemble-core][] to v0.22.0 to take advantage of fixes and improvements to lookup methods: `.find` and `getView`. No API changes were made. Please [let us know](../../issues) if regressions occur.
47
48- fixes `List` bug that was caused collection helpers to explode
49- Improvements to lookup functions: `app.getView()` and `app.find()`
50- Bumps [base][] to take advantages of code optimizations.
51
52### v0.13.0
53
54- Bumps [assemble-core][] to v0.21.0. Support for the `queue` property was removed on collections. See [assemble-core][] for additional details.
55- Fixes bug where glob parent was not being used for `file.base`, causing dest directory to be relative to cwd instead of glob parent in some cases.
56- Some changes were made to context handling that effected one unit test out of ~1,000. although it's unlikely you'll be effected by the change, it warrants a minor bump
57- Externalizes common [templates][] tests to base-test-runner, so that assemble plugins and other [base][] applications can use the tests
58- Includes a fix from [assemble-loader][], where a bug caused `renameKey` to not always be used when defined on collection loader options.
59- Includes fixes from templates for resolving layouts
60
61### v0.12.0
62
63- Bumps [assemble-core][] to v0.18.0, which includes a bump in [templates][]. See the changelog on the templates library for more details.
64
65### v0.11.0
66
67- `debug` methods and related code have been removed
68- Bumps [assemble-core][] to v0.17.0
69
70### v0.10.0
71
72- Adds support for using es6 generators with tasks
73- Bumps [assemble-core][] to v0.15.0
74
75### v0.9.0
76
77- Bumps several dependencies. No API changes, this is mostly an optimization release. Be sure to completely remove `node_modules` and reinstall all dependencies to avoid errors such as `isRegistered is not a function`
78
79### v0.8.0
80
81- Updates [composer][] to v0.11.0, which removes the `.watch` method in favor of using the [base-watch][] plugin.
82- Changes in [templates][]. Please see v0.11.0 in [templates history](https://github.com/jonschlinkert/templates#history) for more details.
83
84### v0.7.0
85
86- Stability improvements and optimizations of the API introduced in v0.6.0.
87
88### v0.6.0
89
90- Major refactor. Assemble was completely re-written from the ground-up as a standalone node.js library and is no longer a grunt plugin. Grunt plugin support has been moved to [grunt-assemble][]. Please see that repo for additional details.
91
92[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog
\No newline at end of file