CHANGELOG.md in angular_xss-0.4.1 vs CHANGELOG.md in angular_xss-1.0.0
- old
+ new
@@ -7,9 +7,22 @@
### Compatible changes
### Breaking changes
+## 1.0 2024-07-02
+
+### Compatible changes
+* Bump version to 1.0 as this gem is production-ready for 10 years
+* Declare the gem to be unmaintained
+* Add compatibility with Rails 7.1
+* Add compatibility with HAML 6
+ * NOTE: Don't use HAML 6.0.0. AngularXSS relies on a patch [introduced in 6.0.1](https://github.com/haml/haml/blob/main/CHANGELOG.md#601). Anything newer should be fine - the gem is currently tested against HAML 6.3
+* Refactor our patches to use `Module#prepend` instead of `Module#module_eval`
+* Refactor gem version comparisons to use `Gem::Version` instances
+* Refactor specs to use the `expect` syntax
+* Improve test coverage for more interpolation scenarios in ERB and HAML
+* Add unit tests for patched methods
## 0.4.1 2022-03-16
### Compatible changes