CHANGELOG.md in napa-0.2.1 vs CHANGELOG.md in napa-0.3.0

- old
+ new

@@ -1,7 +1,27 @@ master === +0.3.0 +=== +* Added `rake db:rollback` to rollback migrations just like Rails +* Fixed bug in migration generator causing constant not defined errors +* Fixed CORS config in scaffold generator +* Fixed logging bug in grape_extenders +* Set UTF-8 encoding in generated database.yml +* Removed unneeded gem dependencies (shotgun and unicorn) +* Fixed spec_helper that gets generated to ignore spec files and gems (on CI servers) +* Added spec response helpers `parsed_response`, `response_code` and `response_body` to make tests easier to DRY up +* Removed #filter and `include Napa::FilterByHash` from generated code. +* Fix when using IRB and napa console +* Added IncludeNil module for Representable/Roar output +* Template updates to include spec files for APIs +* Removing FilterByHash in the API template +* Fix when ErrorFormatter is passed a non-hash +* Added more descriptive messages on git based deploy errors +* Added RequestStats and DatabaseStats middlewares to report data to StatsD +* All String logs are now wrapped in a hash before being written to the log file + 0.2.1 === * Updated Napa console. It now takes an optional environment parameter, i.e. `napa console production`. * Added `c` alias for Napa console, i.e. `napa c` or `napa c production` * Fixed a bug causing `rake db:schema:load` to fail