Skip to content

Releases: eirikb/data

Release v5.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Oct 20:39
Hello there somewhat better Proxy

Release v5.0.2

Choose a tag to compare

@github-actions github-actions released this 06 Oct 14:34
Fix import

Release v5.0.1

Choose a tag to compare

@github-actions github-actions released this 28 Sep 21:04
Update lockfile

Release v5.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Sep 08:33
7246559
Update build/release workflow (#29)

Copied from domdom

Release v4.0.5

Choose a tag to compare

@github-actions github-actions released this 10 Jan 12:55
0c48504
Feature/performance3 (#17)

* Minor perf fix

Remove parent.
While parent-fix can be even faster it simply doesn't work yet.
No-parent-fix for now.
Added missing index to an entry.

* 4.0.5

Release v4.0.4

Choose a tag to compare

@github-actions github-actions released this 10 Jan 06:16
ec7a9a9
Feature/unpublic transformer (#16)

* Remove parent transformer

Field is now optional. This ensures older versions of domdom will run
newer versions of data just fine.

* 4.0.4

Release v4.0.3

Choose a tag to compare

@github-actions github-actions released this 09 Jan 22:57
838ff7b
Feature/performance (#15)

* Parent transformer for BaseTransformer

Always set. Always ready.
Only used by Filter - but really nice to have I can imagine

* Improve FilterTransformer performance

About 500 times faster. Not bad. Hope it works

* 4.0.3

Release v4.0.2

Choose a tag to compare

@github-actions github-actions released this 06 Jan 21:14
4a21530
Feature/public transformer (#14)

* Make addTransformer public

* 4.0.2

Release v4.0.1

Choose a tag to compare

@github-actions github-actions released this 01 Jan 07:59
4.0.1

Release v3.7.0

Choose a tag to compare

@github-actions github-actions released this 22 Oct 18:59
62d820c
Feature/unknown (#11)

* Default on-type to unknown

This forces the user to think about the type.
Still possible to listen for `any` - just specify any as type.

* 3.7.0