Thredded v0.0.5 Release Notes

  • ๐Ÿ†• New Features

    • A CHANGELOG!

    ๐Ÿ›  Fixed

    • Fix PostsController#topic to ensure the user_topic_reads association is eager loaded
    • ๐Ÿ‘‰ Make that topic method pass along to an obviously named and intention revealing method
    • โœ‚ Delete the filter select from posts/_form partial
    • require thredded/at_notifier in thredded.rb (thanks @srussking)

    ๐Ÿ”„ Changed

    • Introduce a more robust MessageboardDecorator
    • ๐Ÿ‘ Allow messagebord obj or collection to be decorated with #decorate method
    • Introduce NullTopic to stand in for instances where a topic is not found
    • โœ‚ remove rspec/autorun from spec_helper