leptris 1.9.84.0 → 1.9.86.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: 7db6f6ab6d6040e4696ba1b16e742d2548acdfadd129c445be01848ea5ee8fe3
4
- data.tar.gz: 2376b2a05b95db82cfc5ac195eb40259bc2c16fc86a31c54089e973370adcb0a
3
+ metadata.gz: 1d4858557ce8081f8e3434213800db7f58780e5c6458053a0ce8af46e091caad
4
+ data.tar.gz: 3d30aa653e678f179ee7de56708ed0d1a896fb9e9ef718aec38ad6e93b70aca1
5
5
  SHA512:
6
- metadata.gz: d90bd12ba985fa35b6cc7c70ac48235c767afb95b1f7958e00394392eacfc2e6308784cfe23171cbfb5c0f41de32069e42e39978eb3298067198cafb852dee41
7
- data.tar.gz: f8bbf034dbc49b1c86c4eaf69dcac35ceba8aad7aff3862dc06c5f44e12d00466190744a2c2377e7c87d4b83beb75f3b963730b5274b18c5c9dcdb16b6de1c12
6
+ metadata.gz: 314f09d1545669b802a3ff9c8ca8b5122a8c73684ca7627012cb58c288cd418634bef816266eec9f675de7161d1f9c2b6b957f8afb9a5d69e28301458edb7c2e
7
+ data.tar.gz: 8ef633df2edfb3643de329a84624c4e2307a5939298797791103fb7e062a6c581f62e1fdc0da4594f91f9bfc5389d5ddde6c4ab75b6cfb176e00ae0a541a8480
data/CHANGELOG.md CHANGED
@@ -5,6 +5,24 @@ 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.86.0] - 2026-09-05
9
+
10
+ ### Changed
11
+
12
+ - **Lockstep with libleptris 1.9.86** (1.9.85 → 1.9.86; no new C
13
+ surface — the audit holds at 261/261):
14
+ - 1.9.85: HTML characterization gates for the two remaining
15
+ tree-builder behaviors — `<template>` is an ordinary element
16
+ with children in place (libxml2 predates the WHATWG
17
+ inert-fragment model), and misnesting closes the formatting
18
+ element at the outer end tag with the stray end tag dropped.
19
+ Both pinned binding-side as specs.
20
+ - 1.9.86: **HTML named-entity lookup via sorted index + binary
21
+ search** (was an O(2032)-entry scan per reference, leptris/
22
+ leptris#848). Measured: entity-heavy HTML parses at 3.7x
23
+ Nokogiri (984 vs 3631 µs per 110 KB document, entities in
24
+ every paragraph).
25
+
8
26
  ## [1.9.84.0] - 2026-09-05
9
27
 
10
28
  ### 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.84"
11
+ LIBLEPTRIS_VERSION = "1.9.86"
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.84.0"
4
+ VERSION = "1.9.86.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leptris
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.84.0
4
+ version: 1.9.86.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-09-04 00:00:00.000000000 Z
11
+ date: 2026-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi