bridgetown-prismic 0.2.3 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a64037c715098425b27a464a43b5f8cea1edaf1127b669fbc4df73405b9aede8
4
- data.tar.gz: 1fa416c491f88cc63e8f20f09432888bfd02abdb83f5056570a7f621facfa797
3
+ metadata.gz: 1ae68dbb77da6eb168472369ddeb24663f02cd6250877eeeec3032bffc9ba962
4
+ data.tar.gz: b7d26f82a395dc0dc19d7ef625148c447199b577155d3f99b28206b1be095700
5
5
  SHA512:
6
- metadata.gz: 942a5d2e94dbfb4dd6aca256d1313bbbfd1cca88f5e540ff4f72ddb954c144fcfca5abb527900ff5caec1f9cb285c93e1d77edbcd47f470814da97e97c6c4552
7
- data.tar.gz: 425c8b63a93eb13393cb77ce6f14de8b8f13dcd2f8da8af0c5330badacf3a5f6219fd0bf7b21303add95484a4361d02bbf9c3d5a96b53fc908fe89e8cdf53cab
6
+ metadata.gz: 5196fa2f05fd278feb9768e901532a0ef3a0c4e79f788a18f382197ab10cf90ae143112feb0116bf73d988835fc61cbfc664544e826a83f378ee6e345e886a88
7
+ data.tar.gz: 5ff5bf76e6277dcdd6e8dd4166f12821693ce7a9aff21b078a3c96d415bc6b8472bb095e1c6722d2e75d998c0289696ab1af090fef9993c8a77ce9bb21caa4d8
data/CHANGELOG.md CHANGED
@@ -5,36 +5,38 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## Unreleased
8
+ ## [Unreleased]
9
9
 
10
- ...
10
+ ## [0.3.0] - 2022-06-01
11
11
 
12
- ## 0.2.3
12
+ - Support Builder priority feature in Bridgetown 1.1 (fixes #3)
13
+
14
+ ## [0.2.3] - 2022-04-20
13
15
 
14
16
  - Register resource extensions upfront
15
17
 
16
- ## 0.2.2
18
+ ## [0.2.2] - 2022-01-13
17
19
 
18
20
  - Lock Async dependency to < 2.0 until fiber race condition is resolved
19
21
 
20
- ## 0.2.1
22
+ ## [0.2.1]
21
23
 
22
24
  - Fix issue where link resolvers didn't provide the full document
23
25
 
24
- ## 0.2.0
26
+ ## [0.2.0]
25
27
 
26
28
  - Automatically paginate through results sets
27
29
 
28
- ## 0.1.2
30
+ ## [0.1.2]
29
31
 
30
32
  - Add hash option to `provide_data`
31
33
 
32
- ## 0.1.1
34
+ ## [0.1.1]
33
35
 
34
36
  - Fix bugs and test link resolvers
35
37
  - Better error handling and Roda preview assistance
36
38
  - Enforce `.html` for relative path
37
39
 
38
- ## 0.1.0 (unreleased)
40
+ ## [0.1.0] (unreleased)
39
41
 
40
42
  - First version
@@ -4,6 +4,8 @@ module BridgetownPrismic
4
4
  class Builder < Bridgetown::Builder
5
5
  include BridgetownPrismic::API
6
6
 
7
+ priority :low if respond_to?(:priority)
8
+
7
9
  def build
8
10
  configure_prismic # in API module
9
11
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BridgetownPrismic
4
- VERSION = "0.2.3"
4
+ VERSION = "0.3.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bridgetown-prismic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bridgetown Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-20 00:00:00.000000000 Z
11
+ date: 2022-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bridgetown