All Versions
94
Latest Version
Avg Release Cycle
23 days
Latest Release
1240 days ago

Changelog History
Page 3

  • v2.2.3 Changes

    September 19, 2019

    ๐Ÿ”„ Change Log

    • โž• Added shebang to craft script
  • v2.2.2 Changes

    August 15, 2019

    ๐Ÿ”„ Change Log

    • ๐Ÿ›  Fixed artifact of 2.1
  • v2.2.1 Changes

    August 05, 2019

    ๐Ÿ”„ Change Log

    • ๐Ÿ›  Fixed python craft file
  • v2.2.0 Changes

    June 15, 2019

    ๐Ÿ”„ Change Log

    • ๐Ÿ†• New Masonite version
  • v2.2.b2 Changes

    April 27, 2019

    โž• Added

    • โž• Added a accept(*) to the upload drivers
    • โž• Added a lot more view helpers
    • โž• Added better test case for database tests

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Changed Craft serve command now reloads by default. You can still pass in the -r flag but it is not required. You can also disable reloading by using craft serve -d for --dont-reload
    • ๐Ÿ”„ Changed all pytest tests to unittests
  • v2.1.26 Changes

    March 31, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed issue where channel was not reopening after closing for AMQP driver
  • v2.1.25 Changes

    March 31, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed issue where the amqp driver was not closing connections and channels after use
  • v2.1.24 Changes

    March 31, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed issue where queue jobs would fail because of a Unicode character (the checkmark) being printed out which would cause the job to fail. Now the command will print out a [Y] character if it cannot print out of a check mark.
  • v2.1.23 Changes

    March 24, 2019

    โž• Added

    ๐Ÿ”„ Changed

    • Command command now appends Command to the end of the class name
    • ๐Ÿ‘ป Exception is now thrown when a route name is not found using the route method on the request class

    ๐Ÿ›  Fixed

    • โœ… [x] Fixed deprecation warnings with regex strings in tests