You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,10 +55,18 @@ Or install it yourself as:
55
55
56
56
*`v0.6.x` supports JR `v0.7.x`
57
57
*`v0.8.x` supports JR `v0.8.x`
58
-
*`v1.x.x` and `v2.0.x` releases support JR `v0.9.x`
58
+
*Later releases support JR `v0.9.x`
59
59
60
60
We aim to support the same Ruby and Ruby on Rails versions as `jsonapi-resources` does. If that's not the case, please [open an issue][issues].
61
61
62
+
## Versioning and changelog
63
+
64
+
`jsonapi-authorization` follows [Semantic Versioning](https://semver.org/). We prefer to make more major version bumps when we do changes that are likely to be backwards incompatible. That holds true even when it's likely the changes would be backwards compatible for a majority of our users.
65
+
66
+
Given the nature of an authorization library, it is likely that most changes are major version bumps.
67
+
68
+
Whenever we do changes, we strive to write good changelogs in the [GitHub releases page](https://github.com/venuu/jsonapi-authorization/releases).
69
+
62
70
## Usage
63
71
64
72
First make sure you have a Pundit policy specified for every backing model that your JR resources use.
0 commit comments