* Model type factory for dynamic table use now supports `Indexes` (global or local). Previously if you had e.g. GSI in your model, you would get a "Missing Meta" error.
0.3.0
* Expose `validate_permissions` method.
0.2.0
* Add model type factory to allow dynamic `table_name` and `region` specification.
0.1.0
* Add transformer functions to transform returned results. * P.S. still not a stable version.