Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Hollinger <[email protected]>
  • Loading branch information
jhollinger committed May 16, 2024
1 parent 9ceeeba commit 6fe663a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 32 deletions.
37 changes: 6 additions & 31 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,11 @@
### 0.5.0 (2024-01-26)
## 1.0.2 (?)

* 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
- [BUGFIX] Fixes issue where ActiveRecord sometimes doesn't correctly merge Blueprinter-derived preloads with manually added preloads, resulting in dropped preloads and worse performance.

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

* Remove the Blueprinter reflection and extension stubs
* Require Blueprinter >= 1.0
- Fixed typo in gemspec

### 0.3.1 (2023-12-04)
## 1.0.0 (2024-02-09)

* 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
2 changes: 1 addition & 1 deletion lib/blueprinter-activerecord/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BlueprinterActiveRecord
VERSION = "1.0.1"
VERSION = "1.0.2"
end

0 comments on commit 6fe663a

Please sign in to comment.