Skip to content

Commit dbffa8b

Browse files
Release 4.0.0 (#1402)
1 parent 2922e33 commit dbffa8b

File tree

2 files changed

+51
-3
lines changed

2 files changed

+51
-3
lines changed

CHANGELOG.md

Lines changed: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,56 @@
22

33
## Unreleased
44

5-
* Ignore ActiveModel::RangeError in Ransack conditions.
6-
PR [1340](https://github.com/activerecord-hackery/ransack/pull/1340)
5+
## 4.0.0 - 2023-02-09
6+
7+
### 💥 Breaking Changes
8+
9+
* **[SECURITY]** Require explict allowlisting of attributes and associations by @deivid-rodriguez in https://github.com/activerecord-hackery/ransack/pull/1400
10+
* Remove Polyamorous entrypoint by @scarroll32 in https://github.com/activerecord-hackery/ransack/pull/1370
11+
* Remove dead MongoDB code by @scarroll32 in https://github.com/activerecord-hackery/ransack/pull/1345
12+
13+
### 🚀 Features
14+
15+
* Add support for default predicates by @p8 in https://github.com/activerecord-hackery/ransack/pull/1384
16+
17+
### 🐛 Bug Fixes
18+
19+
* Ignore `ActiveModel::RangeError` in Ransack conditions by @JunichiIto in https://github.com/activerecord-hackery/ransack/pull/1340
20+
* Fix crash when using `q=string` as parameter by @stereobooster in https://github.com/activerecord-hackery/ransack/pull/1374
21+
* Prevent changing host through params by @AndersGM in https://github.com/activerecord-hackery/ransack/pull/1391
22+
23+
### 📝 Documentation
24+
25+
* Fix broken documentation link by @cpgo in https://github.com/activerecord-hackery/ransack/pull/1332
26+
* Remove more old wiki references by @deivid-rodriguez in https://github.com/activerecord-hackery/ransack/pull/1333
27+
* Improve some wording and correct some typos by @ydah in https://github.com/activerecord-hackery/ransack/pull/1336
28+
* Add warning about necessary authorization by @AmShaegar13 in https://github.com/activerecord-hackery/ransack/pull/1367
29+
* Fix required Ruby and Rails version in README by @tagliala in https://github.com/activerecord-hackery/ransack/pull/1389
30+
31+
### 💅 Polish
32+
33+
* Implement CodeQL by @scarroll32 in https://github.com/activerecord-hackery/ransack/pull/1334
34+
* Code quality improvements by @scarroll32 in https://github.com/activerecord-hackery/ransack/pull/1371
35+
* Refactor adapters by @scarroll32 in https://github.com/activerecord-hackery/ransack/pull/1348
36+
* Fix typo: teh -> the by @jdufresne in https://github.com/activerecord-hackery/ransack/pull/1387
37+
* Fix broken link by @maful in https://github.com/activerecord-hackery/ransack/pull/1394
38+
39+
### 🏠 Internal
40+
41+
* Bump docusaurus by @deivid-rodriguez in https://github.com/activerecord-hackery/ransack/pull/1338
42+
* Update dependencies by @scarroll32 in https://github.com/activerecord-hackery/ransack/pull/1342
43+
* Improve CI by @scarroll32 in https://github.com/activerecord-hackery/ransack/pull/1351
44+
* Improve CONTRIBUTING.md by @scarroll32 in https://github.com/activerecord-hackery/ransack/pull/1347
45+
* Add links to GitHub Discussions by @scarroll32 in https://github.com/activerecord-hackery/ransack/pull/1353
46+
* Bump terser from 5.14.0 to 5.14.2 in /docs by @dependabot in https://github.com/activerecord-hackery/ransack/pull/1355
47+
* Bump loader-utils from 2.0.2 to 2.0.3 in /docs by @dependabot in https://github.com/activerecord-hackery/ransack/pull/1372
48+
* Bump loader-utils from 2.0.3 to 2.0.4 in /docs by @dependabot in https://github.com/activerecord-hackery/ransack/pull/1378
49+
* Upgrade some documentation dependencies by @deivid-rodriguez in https://github.com/activerecord-hackery/ransack/pull/1379
50+
* Upgrade local search plugin too by @deivid-rodriguez in https://github.com/activerecord-hackery/ransack/pull/1380
51+
* Bump json5 from 2.2.1 to 2.2.3 in /docs by @dependabot in https://github.com/activerecord-hackery/ransack/pull/1390
52+
* Bump ua-parser-js from 0.7.31 to 0.7.33 in /docs by @dependabot in https://github.com/activerecord-hackery/ransack/pull/1397
53+
* Bump some doc deps by @deivid-rodriguez in https://github.com/activerecord-hackery/ransack/pull/1398
54+
* Bump http-cache-semantics from 4.1.0 to 4.1.1 in /docs by @dependabot in https://github.com/activerecord-hackery/ransack/pull/1401
755

856
## 3.2.1 - 2022-05-24
957

lib/ransack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Ransack
2-
VERSION = '3.2.1'
2+
VERSION = '4.0.0'
33
end

0 commit comments

Comments
 (0)