UNPKG

1.68 kBMarkdownView Raw
1# Bookiza Change Log
2All notable changes to this project will be documented in this file.
3
4This project adheres to [Semantic Versioning](http://semver.org/).
5
6
7### [Unreleased] Added 2016-06-11
8
9### [Unreleased] Removed 2016-06-11
10
11### [Unreleased] Reverted 2016-06-11
12
13---
14
15### [Unreleased] Added 2016-06-10
16- Added per batch request update and process_complete when last request returns `ok`.
17- PAGES_CHUNK_SIZE
18- Breaking Changes: Moved "book_id" to `.bookrc` instead of `package.json`, renamed `template.html`, `template.css` and `template.js` to `body.html`, `style.css` and `script.js` respectively for uniformity. Moved book.title to `.bookrc`.
19
20### [Unreleased] Reverted 2016-06-10
21- Revert to .bookrc instead of book.json because book.json sounds like actual book. See `lib/manager.js`
22
23### [Unreleased] Removed 2016-06-10
24- ProgressBar removed because unused
25
26---
27
28### [Unreleased] Added 2016-06-9
29- ES2015 for client registration. See `lib/register`
30- Return Promise object for .bookizarc file I/O.
31- "Arc Bookiza": "0.0.13", https://www.npmjs.com/package/arc-bookiza
32
33---
34
35### [0.0.22] Added 2016-06-3
36- Replace .bookrc with book.json for book-level mode & book_id information.
37- "npm-update-module": "1.0.4" - See `update` method in `bin/bin.js`.
38
39
40## 0.0.1 - 0.0.21 2016-05-31
41### Added
42- This CHANGELOG file to hopefully serve as an evolving example of a standardized open source project CHANGELOG.
43- CNAME file to enable GitHub Pages custom domain
44- README now contains answers to common questions about CHANGELOGs
45- Good examples and basic guidelines, including proper date formatting.
46- Counter-examples: "What makes a unicorn cry?"
47- Framework website up!
\No newline at end of file