Release changes:
- Compile Cassandra docs in frees-cassandra repo (#132)
- Adds the replace blocks for the library version (#135)
- Upgrade to cats 1.0.1 (#136)
Release changes:
- Upgrades Troy to latest stable version (#123)
- Updates the README.md file (#129)
- Move freestyle to freestyle free (#131)
Release changes:
- Uuse the async traits for implicits from freestyle (#121)
- Restores asResultSet[M[_]] definition (#120)
- Release 0.0.4 (#122)
Release changes:
- ResultSet API implementations (#116)
- Refactorizes handlers and provides implicits (#117)
- Adds the operations for fetching model from a query (#118)
Release changes:
- Update CHANGELOG.md (#87)
- Macro for expanding interpolator (#89)
- Uses sbt-embedded-cassandra and introduce the Integration Tests (#90)
- Removes the ScalaJS badge from README (#97)
- Allows setting the consistency level at query level (#96)
- Adds the code for creating case classes from rows (#103)
- Add printer arbitrary for scalacheck testing (#108)
- Allows the validation of schema definition statements (#109)
- Adds the printer to the FieldLister (#110)
- Use the printer in the FieldMapper (#111)
- Release v0.0.2 (#112)
Release changes:
- Removes macro implementation (#13)
- Adds a statement generator (#14)
- Keyspace schema parser (#15)
- Adds the table model (#25)
- Adds the cluster configuration for Typesafe Config (#30)
- Adds statement config model and tests (#31)
- Upgrades sbt-freestyle (#34)
- Cluster information (#35)
- Decouples the typesafe config library (#36)
- Cluster Config Decoder tests (#37)
- FieldMapper (#39)
- Schema validator (#50)
- Remote scheme provider (#53)
- Improves test coverage (#55)
- Allows the creation of distinct names in arbitraries (#56)
- Abstract schema provider and validator functions over M[_] (#54)
- Fixes distinct user type name generation (#64)
- Renames to free cassandra (#66)
- Adds the basic interpolator (#69)
- Adds support for params in the interpolator (#73)
- Abstract ByteBufferCodec over M[_] (#74)
- Metadata schema provider from cluster configuration (#75)
- Create StatementAPI (#76)
- Adds new statement operations (#77)
- Fixes the project name for sbt-org-policies (#78)
- Implement asResultSet method for interpolator (#80)
- Execute query without prepare (#83)
- Releases RC1 (#84)
- Returns a FreeS[M, ResultSet] from the interpolator (#86)