Skip to content

Latest commit

 

History

History
77 lines (73 loc) · 2.91 KB

changelog.md

File metadata and controls

77 lines (73 loc) · 2.91 KB

0.9

  • Migrations for SQL databases
  • Custom validation scenarios
  • Integrated flash messages with generated scaffold-code
  • Complete rewrite of template-rendering code
  • Addes Swig templating language, including to all generators
  • Complete rewrite of CLI code
  • Added support for selectTag.option to accept attributes
  • Added named-pipes support for Windows Azure deployment
  • Implemented EJS-in-JSON hack for env-var support in deploy-from-Git
  • Controller-level override for i18n setting
  • Better debug output from CLI tasks
  • Integration tests for generator tasks
  • Travis CI for all Geddy-related repos
  • Separated docs into Reference and Guide
  • Proper branch support for Docs site

0.8

  • Flash-messages for session
  • Through-associations for models
  • Eager-loading model associations for SQL adapters
  • Better domains-based errors for bad requests
  • Improved round-trip persistence of 'object' datatype
  • Removed 'array' datatype (now just use 'object')
  • Improvements to selectTag helper
  • Fixes for MongoDB session-store
  • --geddy-root CLI option for setting application root
  • Handle special characters in HTTP referer header
  • Improvements to generated CRUD scaffolds
  • Improved tests for controllers
  • Enable custom HTTP status-code for response
  • Enable empty response-bodies
  • Fixes to Redis session-store
  • Fixes for JSON content-type
  • Massive refactor of app-loading code

0.7

  • Node v0.10 compatibility
  • Better CLI help
  • RT code for non-EJS templating
  • Correct handling for CSV content-type
  • Updates to bundled JQuery and Bootstrap for templates
  • package.json for generated apps
  • Optional HTTP status-code for redirects
  • Ton of grammar and spelling fixes for the README, docs and Web site
  • Flexible generator for action-helpers
  • routes command for CLI
  • --bind CLI option for server IP address
  • CoffeeScript support for routes
  • Non-EJS support for auth generator
  • Better docs for Heroku and NodeJitsu deploy

0.6

  • Models can now be used on the front end
  • Added the -rt option for app generation
  • Added realtime system to models
  • Added a connect compatibility mode to before and after filters
  • Added authentication system
  • Added named associations
  • Made deploying to PaaS's a little easier
  • New Chinese, Russian locales
  • Removed Templato dependency
  • Fixed a ton more bugs (keep 'em coming!)

0.5

  • Brand new Web site with extensive docs
  • Removed models from geddy core, moved into Model project
  • Removed utilities from geddy core, moved into Utilities project
  • Removed router from geddy core, replaced with Barista
  • Added view helpers
  • Added model as a dependency
  • Added utilities as a dependency
  • Added barista as a dependency
  • Added the geddy console command for CLI access to apps
  • Added the geddy jake command to run Jake tasks in the app environment
  • Added a ton of tests
  • Fixed a ton of bugs