Sha256: 14a410986cb1cce27520e4b6bf7eec2faa00838051bee9037ae7f00b52678da0

Contents?: true

Size: 1.81 KB

Versions: 1

Compression:

Stored size: 1.81 KB

Contents

# 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.2.1]
- #10 from gotchane/fix-readme-about-validation
- #8 from patchkit-net/feature/replace-return-self
- #9 from patchkit-net/feature/custom-errors
- Change Item#replace method to return self
- Add custom Dynomite::Errors::ValidationError and Dynomite::Errors::ReservedWordError
  fixing rspec warnings.

## [1.2.0]
- #7 from patchkit-net/feature/validations
- Add a way to quickly define getters and setters using `column` method
- Can be used with `ActiveModel::Validations`
- Add ActiveModel::Validations (group=test,development) dependency
- Add ActiveModel::Validations Item integration spec
- Add Dynomite::Item.replace and .replace! spec with validations

## [1.1.1]
- #6 from patchkit-net/feature/table-count: add Item.count

## [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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dynomite-1.2.1 CHANGELOG.md