- changed behavior of adding timestamp to .zip file: by default, this is not added. It can be added by setting
package.appendTimeToOutput: true
in the options object.
- package.vcard.org value is now correctly assigned
- language defaults changed to 'en' and any default string values (metadata descriptions) changed to english
- modify README.md options formatting to show all default values
- add timestamp to .zip file outputs so repeated packaging doesn't overwrite existing archives
- fixed typo in metadata.js (appearence -> appearance)
- fixed mastery score to 0
- fixed package.json
- renamed CHANGELOG.MD to CHANGELOG.md
- CLI implementation init
- replaced archiver.bulk (deprecated) in favor of archiver.directory
- Basic functionality present, mostly spec-compliant
- First release capable of doing anything useful
- Still lots of basic functionality missing
- Initial experiment