Releases: WOVNio/wovnrb
Releases · WOVNio/wovnrb
3.7.1
What's Changed
- [ST-1293] Use new URL parser by @zeyuwu in #204
- fix tests by @bstewart00 in #217
- Bump minimist from 1.2.5 to 1.2.7 in /docker/rails/TestSite by @dependabot in #216
- Bump async from 2.6.3 to 2.6.4 in /docker/rails/TestSite by @dependabot in #207
- Bump url-parse from 1.5.3 to 1.5.10 in /docker/rails/TestSite by @dependabot in #203
- Bump follow-redirects from 1.14.7 to 1.14.8 in /docker/rails/TestSite by @dependabot in #201
- [Snyk] Security upgrade @rails/webpacker from 4.3.0 to 5.2.2 by @snyk-bot in #213
- Bump eventsource from 1.1.0 to 1.1.2 in /docker/rails/TestSite by @dependabot in #218
- [Snyk] Upgrade @rails/activestorage from 6.1.3 to 6.1.6 by @snyk-bot in #211
- [Snyk] Upgrade @rails/ujs from 6.1.3 to 6.1.6 by @snyk-bot in #212
- Bump terser from 4.8.0 to 4.8.1 in /docker/rails/TestSite by @dependabot in #209
- [Snyk] Security upgrade ruby from 2.6.5 to 2.7 by @snyk-bot in #215
- Fix regexp by @Soichiro725 in #219
Full Changelog: 3.6.0...3.7.1
3.6.0
3.5.0
3.4.1
What's Changed
- add default fallback logic to treat html-swapper response as plain text by @zeyuwu in #191
- Bump path-parse from 1.0.6 to 1.0.7 in /docker/rails/TestSite by @dependabot in #184
- Drop Nokogumbo in favor of latest Nokogiri by @amake in #192
- Add rubocop-performance by @amake in #193
- bump patch number to 3.4.1 by @bstewart00 in #194
New Contributors
Full Changelog: 3.3.1...3.4.1
3.3.1
- added setting
compress_api_requests
with a default value of true. When enabled, the requests sent to WOVN's API endpoints will be compressed. - updated default settings and documentations such that Japanese is the default language, and the
supported_langs
setting now include thedefault_lang
3.2.0
3.1.0
- Support versioning widget
3.0.3
3.0.1
- Update gem information
3.0.0
Add setting for disabling automatically inserting middleware. Change installation flow.
See README for installation details