Skip to content

Releases: j4nr6n/adif

3.0.0

19 Jan 08:04
7bbd41c
Compare
Choose a tag to compare

2.0.0

24 Dec 06:36
Compare
Choose a tag to compare
v2.0.0

Update to PHP 8.2

1.0.2

08 Oct 04:45
Compare
Choose a tag to compare
v1.0.2

Fix parsing multi-code-point emoji

1.0.1

08 Oct 02:25
Compare
Choose a tag to compare
Improve the way the length is determined

We were looking for the next occurence of `<`, which could cause data loss if the data actually contains `<`. Instead, we'll look for the next string that matches the pattern of a valid ADIF tag.

1.0.0

24 Sep 05:54
Compare
Choose a tag to compare
v1.0.0

Extract ADIF into it's own library