Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CHANGELOG.md #15

Merged
merged 1 commit into from
May 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 4 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,7 @@
### 0.5.0 (2024-01-26)
### 1.0.1 (2024-02-09)

* Adds an "auto" mode that automatically preloads every Blueprint-rendered query
* Adds a "dynamic" mode that allows a single block to decide which Blueprint-rendered queries get preloaded
* Adds two logging extensions for gathering preload stats before and after implementing the Preloader extension
- Fix gem summary

### 0.4.0 (2024-01-18)
## 1.0.0 (2024-02-09)

* Remove the Blueprinter reflection and extension stubs
* Require Blueprinter >= 1.0

### 0.3.1 (2023-12-04)

* Switches to a real Blueprinter Extension
* Autodetects Blueprinter and view on render
* Allows using `:includes` or `:eager_load` instead of `:preload`

### 0.1.3 (2023-10-16)

* [BUGFIX] Stop preloading when we hit a dynamic blueprint

### 0.1.2 (2023-10-03)

* [BUGFIX] Associations from included views were being missed

### 0.1.1 (2023-09-29)

* [BUGFIX] Open up to all 0.x blueprinter versions

### 0.1.0 (2023-09-25)

* [BUGFIX] Associations weren't being found if they used a custom name (e.g. `association :widget, blueprint: WidgetBlueprint, name: :wdgt`)

## 0.0.1 (2023-09-20)

* Initial release
- Initial release