8000 Tags · MyOnlineStore/common-domain · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: MyOnlineStore/common-domain

Tags

2.5.10

Toggle 2.5.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Improve typing information (#61)

Main points of attention: `ImmutableCollectionInterface`;
- `@implements \IteratorAggregate<TKey, T>` -> `@extends \IteratorAggregate<TKey, T>`
- `@implements \ArrayAccess<TKey, T>` -> `@extends \ArrayAccess<TKey, T>`

This change should help to resolve type information when iterating over
collections.

2.5.9

Toggle 2.5.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Improve `collection::isEmpty()` typing (#60)

For details see https://psalm.dev/docs/annotating_code/adding_assertions/#asserting-return-values-of-methods

2.5.8

Toggle 2.5.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: `Number::__construct()` typing information (#59)

2.5.7

Toggle 2.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Upgrade dependencies to the latest and greatest (#58)

To improve compatibility with PHP 8.2

2.5.6

Toggle 2.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Add correct typing to `ImmutableCollection::offsetSet()` (#57)

Drop PHP 7.4 support

2.5.5

Toggle 2.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore!: Remove valinor annotations (#56)

These are no longer used upstream. Removing valinor here will ease the
dependency graph and allow upstream services/packages to define the version
to use.

2.5.4

Toggle 2.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: Updated valinor from 0.5 to 0.6 (#55)

3.0.3

Toggle 3.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(BIER-4061): incorrect HexColor validation (#53)

2.5.3

Toggle 2.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(BIER-4061): incorrect HexColor validation (#54)

2.5.2

Toggle 2.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implicitly set amount to zero when a null value is provided (#52)

0