# Change Log All notable changes to this project will be documented in this file. This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0. ## [1.1.0] - Merge pull request #5 from tongueroo/fix-index-creation - fix index creation dsl among other things ## [1.0.9] - allow item.replace(hash) to work - Merge pull request #3 from mveer99/patch-1 Update comments: Fixed typo in project_name ## [1.0.8] - scope endpoint option to dynamodb client only vs the entire Aws.config ## [1.0.7] - update DYNOMITE_ENV var ## [1.0.6] - rename to dynomite ## [1.0.5] - fix jets dynamodb:migrate tip ## [1.0.4] - Add and use log method instead of puts to write to stderr by default ## [1.0.3] - rename APP_ROOT to JETS_ROOT ## [1.0.2] - to_json for json rendering ## [1.0.1] - Check dynamodb local is running when configured ## [1.0.0] - LSI support - automatically infer table_name - automatically infer create_table and update_table migrations types ## [0.3.0] - DSL methods now available: create_table, update_table - Also can add GSI indexes within update_table with: i.gsi