unicon 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: 4a9ffba80efd2f5bb76b9b46e280d009f1fd4e4ff33aa6a95ef6c09de5637e2c
4
- data.tar.gz: e555d386547d296794e575a4fab0bb4f21741a1f70d63c16cb197754606ae3f6
3
+ metadata.gz: 2476e96d0d2f6b3d1eccf22b2062a1acb7c24436c09cf02b2409d015f1cc196c
4
+ data.tar.gz: 42f879ee1cf7b6c665b8855ea6da0e21b6afdf34dcf83483d477e2f83b43b1fd
5
5
  SHA512:
6
- metadata.gz: 9b5bd3b6d7c99768292cd29774e57b8d668b02a74046bb9f3f78f0d5e2d6f4e444fbd88fa8b46e3f8155e4e83b1a473f27e98d699478992830ee8efe603ea70b
7
- data.tar.gz: 14ec217b79d5fb9d40000230538f6e8711bcb7150d1293307f784f43f553659331fe6e0d2d20ba3cc63966df459039e6846b2a58b8ca61509a75bff54f90627c
6
+ metadata.gz: 78f10b04df03bb4510e7b22a9395ca44424c5ee49c94fa5c22196e5c53b6f04fdaa0fa3d7b22b7e97d1f6dab4ece00a07bf622c772941cc14aeaec688c265a8b
7
+ data.tar.gz: f6a3e21b3a42e632125ba5147ea956e09c48d2278a24a7423b794e74a9c850b92f7c13805b5c25e6f463de06099e9728627cdc00270dffb68cec6b0bf3f13867
data/CHANGELOG.md CHANGED
@@ -3,6 +3,11 @@
3
3
  Every entry says whether it is a fix, a feature or a breaking change, since that is
4
4
  what decides both whether a reader can take it and what the next version number is.
5
5
 
6
+ ## [1.1.0] - 2026-08-14
7
+
8
+ - **Feature.** `:post` resolves to `:document`, beside `:page` and `:form`: a post is
9
+ a piece of writing. 305 names now resolve, 136 of them aliases.
10
+
6
11
  ## [1.0.0] - 2026-08-14
7
12
 
8
13
  - **Feature.** `:author` resolves to `:account`, beside `:avatar` and `:profile`: the
data/README.md CHANGED
@@ -146,7 +146,7 @@ drawn out. `Unicon.actions` names them all.
146
146
  | `:contact` | | ![person-rolodex](vendor/bootstrap-icons/person-rolodex.svg "person-rolodex") | ![person.crop.circle](vendor/sf-symbols/person.crop.circle.svg "person.crop.circle") | ![contacts](vendor/material-symbols/contacts.svg "contacts") |
147
147
  | `:credit_card` | `:charge` `:payment` `:transaction` | ![credit-card](vendor/bootstrap-icons/credit-card.svg "credit-card") | ![creditcard](vendor/sf-symbols/creditcard.svg "creditcard") | ![credit_card](vendor/material-symbols/credit_card.svg "credit_card") |
148
148
  | `:display` | `:screen` | ![display](vendor/bootstrap-icons/display.svg "display") | ![display](vendor/sf-symbols/display.svg "display") | ![monitor](vendor/material-symbols/monitor.svg "monitor") |
149
- | `:document` | `:file` `:form` `:page` `:summary` | ![file-earmark](vendor/bootstrap-icons/file-earmark.svg "file-earmark") | ![doc](vendor/sf-symbols/doc.svg "doc") | ![description](vendor/material-symbols/description.svg "description") |
149
+ | `:document` | `:file` `:form` `:page` `:post` `:summary` | ![file-earmark](vendor/bootstrap-icons/file-earmark.svg "file-earmark") | ![doc](vendor/sf-symbols/doc.svg "doc") | ![description](vendor/material-symbols/description.svg "description") |
150
150
  | `:droplet` | | ![droplet](vendor/bootstrap-icons/droplet.svg "droplet") | ![drop](vendor/sf-symbols/drop.svg "drop") | ![water_drop](vendor/material-symbols/water_drop.svg "water_drop") |
151
151
  | `:envelope` | `:email` | ![envelope](vendor/bootstrap-icons/envelope.svg "envelope") | ![envelope](vendor/sf-symbols/envelope.svg "envelope") | ![mail](vendor/material-symbols/mail.svg "mail") |
152
152
  | `:eye` | `:view` | ![eye](vendor/bootstrap-icons/eye.svg "eye") | ![eye](vendor/sf-symbols/eye.svg "eye") | ![visibility](vendor/material-symbols/visibility.svg "visibility") |
@@ -24,7 +24,7 @@ module Unicon
24
24
  order: :cart, organization: :building, package: :box, page: :document,
25
25
  password: :lock, payment: :credit_card, permission: :key, photo: :image,
26
26
  picture: :image, plan: :calendar, platform: :puzzle, plugin: :puzzle,
27
- preference: :sliders, price: :tag, product: :box, profile: :account,
27
+ post: :document, preference: :sliders, price: :tag, product: :box, profile: :account,
28
28
  project: :folder, prompt: :terminal, provider: :briefcase, purchase: :cart,
29
29
  rating: :star, recording: :microphone, region: :map, reminder: :bell,
30
30
  review: :star, ride: :car, role: :badge, route: :signpost,
@@ -1,4 +1,4 @@
1
1
  module Unicon
2
2
  # Version of the gem, read by the gemspec and by hosts checking compatibility.
3
- VERSION = '1.0.0'
3
+ VERSION = '1.1.0'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicon
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
  - claudiob