lucky v0.27.0 Release Notes

Release Date: 2021-04-09 // about 3 years ago
    • โž• Added: support for Crystal 1.0 ๐Ÿฅณ #1445
    • โž• Added: Pulsar events for tracking before/after action pipes. #1423
    • โšก๏ธ Updated: link to raise an exception when passing both to and href. #1428
    • โž• Added: support for more HTML standard tags. #1433
    • โž• Added: new mount_instance method to mount an instance of a Component. #1446
    • ๐Ÿ›  Fixed: bug when using VueJS type attributes on HTML tags. #1452
    • โšก๏ธ Updated: the exception page to look like it belongs in Lucky. #1451
    • โšก๏ธ Updated: HTML tags to allow passing in a raw hash of attributes. #1453
    • ๐Ÿš€ Updated: the lucky build.release task to build in to the bin directory. #1454
    • ๐Ÿ›  Fixed: error message when passing wrong type values to HTML tags. #1456
    • Updated: lucky_cli dependency with new lucky_task shard. #1459
    • โšก๏ธ Updated: generated apps so LuckyFlow is only a development dependency. #608 in Lucky CLI
    • โšก๏ธ Updated: Auth modules in generated apps to be in an auth/ directory. #618 in Lucky CLI
    • โœ‚ Removed: LuckyCli::Task in to a separate shard. #622 in Lucky CLI
    • โž• Added: new LuckyTask shard to the ecosystem. View LuckyTask
    • โšก๏ธ Updated: avram_enum to allow parsing a String value. #639 in Avram
    • ๐Ÿ›  Fixed: bug when a column is defined as a DOUBLE, and using Float64. #637 in Avram
    • โšก๏ธ Updated: migrations to use Int64 by default allowing for better CockroachDB support. #641 in Avram
    • ๐Ÿ›  Fixed: database transactions to not require a Bool return type. #626 in Avram
    • โœ‚ Removed: deprecated raw_where methods. #653 in Avram
    • โž• Added: new where(&) method for wrapping queries in parenthesis. #652 in Avram
    • Added: new drop_foreign_key method. #654 in Avram
    • โšก๏ธ Updated: how table names are stored internally paving the way for faster compilation. #660 in Avram
    • โž• Added: new parameterize method for string helpers. #9 in Wordsmith
    • โž• Added: new Habitat.extend macro for extending existing configuration settings. #59 in Habitat
    • โž• Added: new development dashboard shard Breeze. View Breeze
    • โž• Added: new .env parsing shard LuckyEnv. View LuckyEnv