Releases: frees-io/freestyle-cassandra
Releases · frees-io/freestyle-cassandra
v0.1.1
v0.1.0
v0.0.4
v0.0.3
v0.0.2
- 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)
v0.0.1
- 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)