Skip to content

Latest commit

 

History

History
102 lines (68 loc) · 3.03 KB

CHANGELOG.md

File metadata and controls

102 lines (68 loc) · 3.03 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

2.0.0 - 2024-04-01

  • Version 2.0.0 rewrites most of the gem, without altering the API
  • The gem no longer prepends code in ActionMailer
  • Previews are now 100% supported in Rails, but will require a Notify API key
  • The preview layout has been updated and uses the Tudor Crown
  • This version fixes a bug that meant not all Rails preview functionality would work
  • This version fixes a bug that meant no Rails preview functionality would work from version 7.1.0 onwards

1.2.0 - 2023-04-28

  • Requiring Ruby 2.7.8
  • Specs now support Ruby 3.x
  • Development now uses Rails 7.x

1.1.0 - 2022-09-09

  • Revert previous Zeitwerk fix
  • Specifically require rails/mailers_controller in the Railtie

1.0.5 - 2022-08-31

  • Allow explicitly blank personalisations (#30)
  • Fix Zeitwerk compatibility issue (#58)
  • Dependency updates

1.0.4 - 2021-01-28

  • Remove pessimistic constraint on Rails version

1.0.3 - 2020-12-14

  • Add support for ActionMailer 6.1

1.0.2 - 2020-03-24

  • Add support for ActionMailer 6.0

1.0.1 - 2020-03-06

  • Support additional Notify services

1.0 - 2019-10-22

  • Bump Notify gem to 5.1
  • Add error handling for blank variables

0.2.1 - 2019-10-22

  • Add Rails 6 support for previews
  • Add GOV.UK Notify styling to preview emails

0.2.0 - 2019-08-30

  • Add Rails 6 support
  • Add optional reply_to_id and reference parameters

0.1.0 - 2019-05-07

  • Add preview functionality

0.0.3 - 2019-02-05

  • Allow response to be accessed

0.0.2 - 2019-02-01

  • Support templated emails
  • Change API so mailers inherit from our mailer

0.0.1 - 2019-02-01

  • Initial release