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

Changelog History
Page 7

  • v2.0.29 Changes

    October 08, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed amqp driver connection credentials when connecting to remote servers
  • v2.0.28 Changes

    October 08, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed amqp driver not requiring a port
  • v2.0.27 Changes

    October 08, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed amqp driver not accepting a vhost
  • v2.0.26 Changes

    October 08, 2018

    ๐Ÿ›  Fixed

  • v2.0.24 Changes

    September 30, 2018

    โž• Added

    • โž• Added ability to "make" a class from the container
    • โž• Added a way to make a full route
  • v2.0.23 Changes

    September 16, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed Issue where url parameters were not resetting at the end of each request and being carried over when the second route does not have any URL parameters.
  • v2.0.22 Changes

    September 13, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed Issue where multiple select inputs were not fetching all values and also made it so it will fetch via dot notation
  • v2.0.21 Changes

    September 13, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed Issue where Masonite was not overriding environment variables that were already set
  • v2.0.20 Changes

    September 09, 2018

    โž• Added

    • Contracts to managers

    • ๐Ÿ‘ Better exception handling for invalid secret keys

    • Python 3.7 to travis.yml file

    • SSL option in config

    • โœ… View tests