leptris 1.9.80.0 → 1.9.84.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: c4a64b2b4cad9f41afa0a7f3c898e9b5261ee208bfaa05d5c94d1ca1189cdf10
4
- data.tar.gz: c72930ea8bd8857f357baee386878411c1539e37c3b59d24486e2ae9f0803775
3
+ metadata.gz: 7db6f6ab6d6040e4696ba1b16e742d2548acdfadd129c445be01848ea5ee8fe3
4
+ data.tar.gz: 2376b2a05b95db82cfc5ac195eb40259bc2c16fc86a31c54089e973370adcb0a
5
5
  SHA512:
6
- metadata.gz: d7231682cb2d4e0fd2bbfa6c9c2e9ccc6196372d2e5bba7fadcaba6e8709e533c63f06d328db2f32142846df30871345436eeb83905f7f15df72d357474075c8
7
- data.tar.gz: f554480e30c3af3d5ca1d301dd77f24bbf9af92f5337d2a2458af7f3e1bac06effbe06fe0b1a06ab8b91d1cb7b39e87dd2d6afbc95eb7666b318bf0ddac2f7b0
6
+ metadata.gz: d90bd12ba985fa35b6cc7c70ac48235c767afb95b1f7958e00394392eacfc2e6308784cfe23171cbfb5c0f41de32069e42e39978eb3298067198cafb852dee41
7
+ data.tar.gz: f8bbf034dbc49b1c86c4eaf69dcac35ceba8aad7aff3862dc06c5f44e12d00466190744a2c2377e7c87d4b83beb75f3b963730b5274b18c5c9dcdb16b6de1c12
data/CHANGELOG.md CHANGED
@@ -5,6 +5,37 @@ All notable changes to Leptris will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.9.84.0] - 2026-09-05
9
+
10
+ ### Changed
11
+
12
+ - **Lockstep with libleptris 1.9.84** (no new C surface — the audit
13
+ holds at 261/261): HTML head-content placement lift — a
14
+ contiguous leading run of `title`/`meta`/`link`/`base` elements
15
+ moves into a synthesized `<head>` placed before `<body>` (the
16
+ libxml2/Nokogiri shape); once body content starts nothing lifts,
17
+ and no empty `<head>` is ever synthesized. Four specs pin the
18
+ placement matrix.
19
+
20
+ ## [1.9.83.0] - 2026-09-04
21
+
22
+ ### Changed
23
+
24
+ - **Lockstep with libleptris 1.9.83** (1.9.81 → 1.9.83; no new C
25
+ surface — the audit holds at 261/261):
26
+ - 1.9.81: `fn:snapshot` — deep-copies each input element onto a
27
+ fresh anchored document (the new document-lifetime anchor
28
+ chain). Specced: count, navigable copies (`@id` on the
29
+ snapshot).
30
+ - 1.9.82: `fn:analyze-string` — **the last function in the #691
31
+ catalog**. The result is a navigable `<fn:analyze-string>`
32
+ element with the `fn:match`/`fn:non-match` model; the overall
33
+ string value equals the input. Specced (MSVC-gated like the
34
+ regex trio).
35
+ - 1.9.83: HTML PI-ish constructs — `<?target data?>` in HTML
36
+ input keeps the libxml2/Nokogiri PI shape (data includes the
37
+ trailing `?`, leading whitespace trimmed). Specced.
38
+
8
39
  ## [1.9.80.0] - 2026-09-04
9
40
 
10
41
  ### Changed
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ RSpec::Core::RakeTask.new(:spec)
8
8
  # Pin for `rake compile` and the platform-gem builds. Keep in lockstep
9
9
  # with .github/workflows/build.yml (which calls `rake compile`) and the
10
10
  # CHANGELOG when libleptris releases.
11
- LIBLEPTRIS_VERSION = "1.9.80"
11
+ LIBLEPTRIS_VERSION = "1.9.84"
12
12
 
13
13
  CMAKE_FLAGS = %w[
14
14
  -DCMAKE_BUILD_TYPE=Release
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Leptris
4
- VERSION = "1.9.80.0"
4
+ VERSION = "1.9.84.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leptris
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.80.0
4
+ version: 1.9.84.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.