Annotate v3.0.0 Release Notes

Release Date: 2019-09-03 // over 4 years ago
    • ๐Ÿ’ฅ Breaking: when option models is not set - models will not be annotated by default.

    Add 'models'=>'true' to your config manually or use --models option if using CLI.

    • Added --models CLI option fixing issue #563 #647
    • Added --additional_file_patterns option for additional file patterns #633 #636 #637
    • ๐Ÿ”จ Refactored CLI parser #646
    • ๐Ÿ›  Fixed BigDecimal.new deprecation warning #634
    • ๐Ÿ›  Fixed annotations for columns with long data types #622
    • Made methods private in AnnotateRoutes #598

    ๐Ÿš€ See https://github.com/ctran/annotate_models/releases/tag/v3.0.0