clear v0.8 Release Notes
Release Date: 2020-02-02 // almost 4 years ago-
This version fix a lot of small things:
- ๐ Fix TimeInDay issues
- ๐ Fix issue when using DISTINCT with JOIN in models with custom SELECT
clause defined AFTER the joins. - ๐ Fix mistake in spec and add specs
- โ Add changelog; update shard
- โ Add seed command in the CLI
- โ add
or_where
feature - ๐ Fix FTS to remove ambiguous clauses
- ๐ Fix issue with nilable belongs_to which cannot be saved when set to nil
- โ Add RFC3339 support while converting string to time
- ๐ Fix caching with belongs_to
- โ Add colorize parameter to Clear::SQL::Logger module
- Migration: Add datatype conversion in add_column and alter_column methods
- โก๏ธ Migration: Update migration add_column operation to allow contraints, nullable
0๏ธโฃ and default value - โก๏ธ Update to latest version of pg gem
- Fix ambigous column name in with_xxx method for belongs_to relation
- โ Add possibility to have nulls first and nulls last in
order_by
method - ๐ง WIP on a SQL parser
- โ Add the possibility to convert from Array(JSON:Any)
- ๐ Fix misc typos