All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Added per batch request update and process_complete when last request returns
ok
. - PAGES_CHUNK_SIZE
- Breaking Changes: Moved "book_id" to
.bookrc
instead ofpackage.json
, renamedtemplate.html
,template.css
andtemplate.js
tobody.html
,style.css
andscript.js
respectively for uniformity. Moved book.title to.bookrc
.
- Revert to .bookrc instead of book.json because book.json sounds like actual book. See
lib/manager.js
- ProgressBar removed because unused
- ES2015 for client registration. See
lib/register
- Return Promise object for .bookizarc file I/O.
- "Arc Bookiza": "0.0.13", https://www.npmjs.com/package/arc-bookiza
- Replace .bookrc with book.json for book-level mode & book_id information.
- "npm-update-module": "1.0.4" - See
update
method inbin/bin.js
.
- This CHANGELOG file to hopefully serve as an evolving example of a standardized open source project CHANGELOG.
- CNAME file to enable GitHub Pages custom domain
- README now contains answers to common questions about CHANGELOGs
- Good examples and basic guidelines, including proper date formatting.
- Counter-examples: "What makes a unicorn cry?"
- Framework website up!