stega 1.0.0 → 1.1.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: 501c850e45a2cebf99cd7e9ca8189dccb25d0e9f4982dfe1e92402c43e93f989
4
- data.tar.gz: 1b924447c42f6e2f6efb86d70bd1bec64f6a9bef6c0df6f9b86f37ff3aa8c527
3
+ metadata.gz: 38ac3a86b14ccd893e2fba50f435eeac1724703e1bf56c16ba96051808add155
4
+ data.tar.gz: a63da18b21b4d31caf05984a34bfef9009505860a818b0ea8ecad4dd40d84ac3
5
5
  SHA512:
6
- metadata.gz: e56737e0a7cdc7e84c22db82ac4db40aa7633b18560f86e0a6dac3b1fad561df66f7f9a0f49d247fea1b2bae6485c97c09852c2f0d8e0fced16072ae0fe4eda7
7
- data.tar.gz: 809b6c65037f0c8d8e308b7ce3ea29b987408200376a2adb5a70c8e8db3e0659a9e79c41091609677c95c136d3603036e989934471bbf3c4f2ac0173bfac051a
6
+ metadata.gz: 2f94005d0bd710804d6027c77bd0001823789a816bc13272e5a7cf21ce35b171d5961285f1546da25ae091b7c7dca827b443b93798d2928488fd9e886ba706ac
7
+ data.tar.gz: fb0b7bc91f3e2f42bf1e12457bc6b967a14113ba4583e0ea82d6e7f38a650456d9381323e1db91df962208ff1540ecba4845726d0bed56c9e2b94070afa2ea67
data/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
- # Change log
1
+ # Changelog
2
2
 
3
- ## master
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [Unreleased]
9
+
10
+ ## [1.1.0] - 2026-03-11
11
+
12
+ ### Changed
13
+
14
+ - `Stega::Sanity#encode_source_map` will pass thru `marks` attributes (used by portable text)
15
+
16
+ ## [1.0.0] - 2026-03-04
17
+
18
+ ### Added
19
+
20
+ - Initial version
21
+
22
+ [unreleased]: https://github.com/Skalar/stega/compare/v1.1.0...HEAD
23
+ [1.1.0]: https://github.com/Skalar/stega/compare/v1.0.0...v1.1.0
24
+ [1.0.0]: https://github.com/Skalar/stega/releases/tag/v1.0.0
data/lib/stega/sanity.rb CHANGED
@@ -4,7 +4,7 @@ require "set"
4
4
 
5
5
  module Stega
6
6
  module Sanity
7
- SKIP_KEYS = Set.new(%w[_id _type _ref _key _createdAt _updatedAt _rev _originalId _system slug]).freeze
7
+ SKIP_KEYS = Set.new(%w[_id _type _ref _key _createdAt _updatedAt _rev _originalId _system slug marks]).freeze
8
8
 
9
9
  class << self
10
10
  def encode_source_map(result, source_map, config)
data/lib/stega/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stega # :nodoc:
4
- VERSION = "1.0.0"
4
+ VERSION = "1.1.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stega
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Theodor Tonum