Releases: cnstr/apt-parser-ts
Releases · cnstr/apt-parser-ts
v1.3.3
v1.3.2
v1.3.1
v1.3.0
- chore: update readme dcc23a1
- chore: add new tests and cleanup deprecated ones 7eaf388
- chore: refactor control to binary control 9c72b3f
- chore: implement packages testing 83d9539
- fix: use lowercased md5 on packages 582c2ed
- docs: document the packages interfaces 78a3672
- docs: document the control interface 65d770e
- feat: implement initial packages class 5f78b68
- docs: document the control class 21d3900
- feat: add potential maintainer parsing 4b451f1
- chore: implement control testing efdcb34
- fix: address multiple control parsing issues 56ab75f
- docs: fix typo in base docs 142a72f
- feat: initial control file type-safe parsing 7b43d2b
- feat: use base class for raw and methods cd15489
v1.2.0
- revert: undo baseURL support c8384a0
- chore: document older methods 404cdd1
- feat: extract jsdoc to a seperate declaration c362636
- chore: support baseURL imports with tsup b43440a
- style: address readme typos 650ae0d
- fix: treat suite and codename as nullables 47a1f4e
- style: remove random newlines 3aaa3b9
v1.1.1
v1.1.0
This latest update adds support for strictly typed Release parsing.
See the README for more information on using the new strict types.
- fix: update publish ignored files e6a9717
- fix: export ReleaseHash 63f5b7a
- chore: document new Release in readme cc4b37d
- feat: get raw data directly on the class 4e48eec
- chore: remove resolved todo 2c273d6
- chore: fix typo in readme bab9b71
- feat: implement strictly typed release 532b01e
- feat: reorganize into src folder ace2451