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: CHANGELOG.md
+24-20Lines changed: 24 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -7,31 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
-
- Refactor Roda plugin setup, add Roda "distribution" docs (#969) @jaredcwhite
11
-
- Revamp the minitesting bundled configuration so it uses Rack::Test (#954) @jaredcwhite
10
+
## [2.0.0.beta4] - 2025-01-16
11
+
12
+
- Require bridgetown when booting from Rack [#948](https://github.com/bridgetownrb/bridgetown/pull/948) ([@ayushn21](https://github.com/ayushn21))
13
+
- Remove explicit require of puma in the console command [#947](https://github.com/bridgetownrb/bridgetown/pull/947) ([@ayushn21](https://github.com/ayushn21))
14
+
- Refactor Roda plugin setup, add Roda "distribution" docs (#969) ([@jaredcwhite](https://github.com/jaredcwhite))
15
+
- Revamp the `minitesting` bundled configuration so it uses `Rack::Test`[#954](https://github.com/bridgetownrb/bridgetown/pull/954) ([@jaredcwhite](https://github.com/jaredcwhite))
12
16
- BREAKING CHANGE: the `flash` plugin is no longer loaded by the file-based routes plugin by default, it's now configured with `sessions: true` in the ssr plugin init. Flash required sessions to be set up anyway, which used to be manual but is now provided by this new config.
13
-
- Remove legacy doctor command (#966) @jaredcwhite
14
-
- Better inspect output for Bridgetown::Collection (#968) @jaredcwhite
- Add `irb` gem as a dependency ([@jaredcwhite](https://github.com/jaredcwhite))
21
+
- Add Enumerable to Paginator [#967](https://github.com/bridgetownrb/bridgetown/pull/967) ([@jaredcwhite](https://github.com/jaredcwhite))
22
+
-Ensure symbol values for relations config still work ([@jaredcwhite](https://github.com/jaredcwhite))
23
+
- docs: Add some file excludes for YARDoc generation [#964](https://github.com/bridgetownrb/bridgetown/pull/964) ([@jaredcwhite](https://github.com/jaredcwhite))
24
+
- Show generic index file instead of crashing [#963](https://github.com/bridgetownrb/bridgetown/pull/963) ([@jaredcwhite](https://github.com/jaredcwhite))
25
+
- Support minimalist installations with no `config.ru` or `Rakefile` (or anything other than `Gemfile` really) [#942](https://github.com/bridgetownrb/bridgetown/pull/942) ([@jaredcwhite](https://github.com/jaredcwhite))
26
+
- Switch to `.bridgetown-cache/live_reload.txt` for live reload [#949](https://github.com/bridgetownrb/bridgetown/pull/949) ([@jaredcwhite](https://github.com/jaredcwhite))
27
+
- Cache instantiated template objects for ERB and Serbea [#958](https://github.com/bridgetownrb/bridgetown/pull/958) ([@jaredcwhite](https://github.com/jaredcwhite))
28
+
- Preserve the `_bridgetown` default value in `keep_files` config [#945](https://github.com/bridgetownrb/bridgetown/pull/945) ([@jaredcwhite](https://github.com/jaredcwhite))
29
+
- Add back in "Now serving", fix absolute URL bug in dev, fix missing 404 ([@jaredcwhite](https://github.com/jaredcwhite))
30
+
- Ensure front matter defaults are dot access hashes [#944](https://github.com/bridgetownrb/bridgetown/pull/944) ([@jaredcwhite](https://github.com/jaredcwhite))
31
+
- Avoid duplication in r.bridgetown implementation [#939](https://github.com/bridgetownrb/bridgetown/pull/939) ([@jeremyevans](https://github.com/jeremyevans))
- Fix regression in base_path support (#938)[#938](https://github.com/bridgetownrb/bridgetown/pull/938) ([@jaredcwhite](https://github.com/jaredcwhite))
33
-
- Revamping of view layer docs for v2 (#912)[#912](https://github.com/bridgetownrb/bridgetown/pull/912) ([@jaredcwhite](https://github.com/jaredcwhite))
34
-
- Update esbuild config to use ESM (#934)[#934](https://github.com/bridgetownrb/bridgetown/pull/934) ([@jaredcwhite](https://github.com/jaredcwhite))
36
+
- Fix regression in base_path support [#938](https://github.com/bridgetownrb/bridgetown/pull/938) ([@jaredcwhite](https://github.com/jaredcwhite))
37
+
- Revamping of view layer docs for v2 [#912](https://github.com/bridgetownrb/bridgetown/pull/912) ([@jaredcwhite](https://github.com/jaredcwhite))
38
+
- Update esbuild config to use ESM [#934](https://github.com/bridgetownrb/bridgetown/pull/934) ([@jaredcwhite](https://github.com/jaredcwhite))
35
39
- Support i18n with fast refresh (rerender multiple locales) [#937](https://github.com/bridgetownrb/bridgetown/pull/937) ([@jaredcwhite](https://github.com/jaredcwhite))
36
40
- Remove all uses of just, simple, simply, and straightforward in the docs [#936](https://github.com/bridgetownrb/bridgetown/pull/936) ([@ayushn21](https://github.com/ayushn21))
37
41
- Add additional possible error for Roda server [#910](https://github.com/bridgetownrb/bridgetown/pull/910) ([@KonnorRogers](https://github.com/KonnorRogers)) & ([@ayushn21](https://github.com/ayushn21))
0 commit comments