2018-07-20 15:51:46 +03:00
|
|
|
## Version 2.0.0 (2018-07-20)
|
2018-06-15 18:53:32 +03:00
|
|
|
|
|
|
|
Changes:
|
|
|
|
|
|
|
|
- Rewrite of package
|
|
|
|
- Documentation fixes
|
|
|
|
- Moved `crypt` encoders to subpackage
|
2018-07-20 15:51:46 +03:00
|
|
|
- Additional Tests
|
2018-06-15 18:53:32 +03:00
|
|
|
|
|
|
|
New Features:
|
|
|
|
|
|
|
|
- Golang:1.10 `sql/driver` support
|
|
|
|
- Crypt
|
2018-07-20 15:51:46 +03:00
|
|
|
`CryptEncoder` interface for implementing custom encoder
|
|
|
|
`CryptSaltedEncoder` interface for implementing custom encoder with a salt
|
|
|
|
- Wiki Pages
|