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 +4 -4
- data/CHANGELOG.md +11 -9
- data/lib/bridgetown-prismic/builder.rb +2 -0
- data/lib/bridgetown-prismic/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ae68dbb77da6eb168472369ddeb24663f02cd6250877eeeec3032bffc9ba962
|
4
|
+
data.tar.gz: b7d26f82a395dc0dc19d7ef625148c447199b577155d3f99b28206b1be095700
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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
|
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.
|
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-
|
11
|
+
date: 2022-06-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bridgetown
|