- added kadira:flow-router and kadira:blaze-layout as weak dependencies
- updated iron-router to be a weak dependency
- added layout option to be specified at Content type or endpoint level
- added UI Helpers README.md and Source code documentation with examples
- allow to setup new endpoints
- implemented content type initialization on demand (router before action)
- merged default endpoint template wrapper (now, all wrappers uses the template CT_default_default at _wrapper.html)
- added better error message with template suggestions when adding new endpoints without specifing a default display
- updated documentation for README.md
- updated source code comments
- replaced underscore checks by Match.test
- added support for hooks onCreated, onDestroyed and onRendered hooks for Display Template
- updated documentation for README.md
- added display feature (https://trello.com/c/kkiPiZXY)
- provided default displays per endpoint
- added custom template fallback for endpoint displays
- removed harcoded metadata
- updated Index+CRUD templates to support displays
- support default template override
- added shared package settings under ContentTypes object
- added eventMaps to Displays
- updated package description
- updated documentation for TEMPLATE_default.md
- updated documentation for README.md
- added this CHANGELOG.md file
- updated package github url from ssh to https
- updated toc structure at README.md
- fixed minor bugs and browser console warnings
- added support for enable and disable endpoints
- added label abstraction layer and fixed template helpers for index, read, update and delete endpoints
- updated README.md with metadata documentation and added TEMPLATES_default.md to provide default documentation for theme default templates
- Added base package functionality. Iron router automatically creates Index+CRUD routes. Default theme for create endpoint
- added default templates with harcoded metadata
- added documentation at README.md
- initial commit
- created package.js with specified dependencies
- base object definition