classlist 1.1.1 → 1.1.2

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: 6dc0fe88b3aa27f1379a8bec855ba61dc1127f182024e380d2f55261519836c8
4
- data.tar.gz: e039d28895c840821f6894771f5219746fd2ac82c4220154946d22d432a30fc8
3
+ metadata.gz: 6839a679e1d5e2f94e6f32750960f5f5cf495b750a2445a562086d9ee255e393
4
+ data.tar.gz: c15228e2754ffc43a92ad71fd27aa6214e20cf8280b6df5edb605e0ea748ed54
5
5
  SHA512:
6
- metadata.gz: f789382914671c7f40face90cf54129706e0fb4b420524e8068ead6cababc36c5b5c8894fe5639339c64e34a24c39b222c1c7df6a8b02b665d3306484f949090
7
- data.tar.gz: 74ec1b884e31914dccaf7f7b4a3251bbcdcdb78df12a9605467c399b255ddbac1114349b643b6baacd3bf48779cad04e93565fd0c681589d2c6a18cd86805587
6
+ metadata.gz: 531132536747ba27cd150418ae363470b577e8d7d1833d14b17a804841e7b90fa0f5402947e6c115599b957a60c3027a70e583714dba30bab8eeb5f256125d30
7
+ data.tar.gz: c1e671df811f0e9e2dace56ad2dd2b91f2262ea24e3c0a1a05c1b855a6fa9d8bd0eda48213e5c09979edf3b5b7f2407bfe4603b236b56e196d0d153218805443
data/CHANGELOG.md CHANGED
@@ -5,12 +5,11 @@ 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]
9
-
10
- ### Added
8
+ ## 1.1.2 - 2026-08-06
11
9
 
12
10
  ### Fixed
13
11
 
12
+ - v1.1.1 unfortunately included a serious performance regression.
14
13
 
15
14
  ## [1.1.1] - 2025-12-08
16
15
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class Classlist
4
- VERSION = "1.1.1"
4
+ VERSION = "1.1.2"
5
5
  end
data/lib/classlist.rb CHANGED
@@ -113,6 +113,8 @@ class Classlist
113
113
  operations.each do |operation|
114
114
  operation.resolve(original_classlist)
115
115
  end
116
+
117
+ operations.clear
116
118
  end
117
119
 
118
120
  def to_a
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: classlist
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakob Skjerning
@@ -55,7 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
55
55
  - !ruby/object:Gem::Version
56
56
  version: '0'
57
57
  requirements: []
58
- rubygems_version: 3.6.9
58
+ rubygems_version: 4.0.6
59
59
  specification_version: 4
60
60
  summary: Ruby implementation of the Element.classList DOM API
61
61
  test_files: []