Skip to content

Latest commit

 

History

History
executable file
·
40 lines (33 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

executable file
·
40 lines (33 loc) · 1.82 KB
  • 0.4.2-1

    • Fixed wrong data in the yuidoc.json file
  • 0.4.2

    • Updated the README to reflect all changes
    • Added a cake task to generate API docs with YUI doc generator
    • Added Font Awesome and a bs-icon component for it
    • Added a cake task to update Font Awesome sources
    • Updated the index template to show some more stuff by default
    • Fixed the update-ember and update-ember-data cake tasks, now they work with the -c or --channel option
    • Updated the index.html in the assets to reflect updated plugins
    • Fixed some typo in the config
    • Added a cake command to get the Ember Date library
  • 0.4.1

    • Adding cake build and cake clean. The build script is cleaning up everything, using production vendor files, and packing the public folder in a tgz file ready to send on server and deploy
    • Now scaffolding (using generators) will automatically add the corresponding require call(s) to each type initializer
    • Added missing documentation blocks in existing files
    • Each generator is now coming with some documentation blocks
    • The application view's element (container of all app) now has css classes depending on the name of all current resource(s) and the current route to help page dependent design.
  • 0.4.0

    • Upgraded to Twitter Bootstrap 3 and added a cake task to upgrade
    • Upgraded Ember Bootstrap library to the latest version
    • Upgraded to Ember 1 and Ember Data 1 beta 2
    • Updated the config files and Cakefile so that production and development build process use different source files
  • 0.3.0

    • Updated the README
    • Added support for Ember Bootstrap
  • 0.2.2

    • Updated the README
    • Fixed some file names
  • 0.2.1

    • Fixing the package.json for npm registry publication
  • 0.2.0

    • First version released