Releases: zefir-git/Multipart.ts
Releases · zefir-git/Multipart.ts
v1.3.4
What's Changed
- Bump typedoc from 0.28.1 to 0.28.2 by @dependabot in #70
- Bump typescript from 5.8.2 to 5.8.3 by @dependabot in #69
- Bump typedoc from 0.28.2 to 0.28.3 by @dependabot in #71
- Added copyright notice by @zefir-git in #72
Full Changelog: v1.3.3...v1.3.4
v1.3.3
📦 Dependency updates
- Bumped typedoc from 0.27.6 to 0.27.7 (#58) @dependabot
- Bumped typedoc-plugin-mdn-links from 4.0.11 to 4.0.12 (#59) @dependabot
- Bumped chai from 5.1.2 to 5.2.0 (#60) @dependabot
- Bumped typedoc-plugin-mdn-links from 4.0.12 to 4.0.13 (#61) @dependabot
- Bumped typedoc from 0.27.7 to 0.27.8 (#62) @dependabot
- Bumped typedoc-plugin-mdn-links from 4.0.13 to 4.0.14 (#63) @dependabot
- Bumped typedoc-plugin-mdn-links from 4.0.14 to 5.0.1 (#64) @dependabot
- Bumped typedoc from 0.27.8 to 0.27.9 (#66) @zefir-git
- Bumped typescript from 5.7.3 to 5.8.2 (#65) @dependabot
- Bumped typedoc from 0.27.9 to 0.28.0 (#67) @dependabot
- Bumped typedoc from 0.28.0 to 0.28.1 (#68) @dependabot
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
- Bump mocha from 11.0.1 to 11.1.0 by @dependabot in #54
- Bump typedoc-plugin-mdn-links from 4.0.9 to 4.0.10 by @dependabot in #53
- Bump typedoc-plugin-mdn-links from 4.0.10 to 4.0.11 by @dependabot in #55
- Fixed Uint8Array contructor param type by @zefir-git in #56
- Bump typescript from 5.6.3 to 5.7.3 by @dependabot in #51
- Fix repository URL in package.json by @zefir-git in #57
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- Fix package.json repository URL by @zefir-git in #46
- Bump typedoc-plugin-mdn-links from 4.0.5 to 4.0.6 by @dependabot in #47
- Bump typedoc from 0.27.5 to 0.27.6 by @dependabot in #48
- Bump typedoc-plugin-mdn-links from 4.0.6 to 4.0.7 by @dependabot in #49
- Bump typedoc-plugin-mdn-links from 4.0.7 to 4.0.8 by @dependabot in #50
- Bump typedoc-plugin-mdn-links from 4.0.8 to 4.0.9 by @dependabot in #52
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Add support for
Blob
by @zefir-git in #43 - Add
github-actions
package ‘ecosystem’ to Dependabot configuration by @zefir-git in #44 - Bump actions/configure-pages from 4 to 5 by @dependabot in #45
Full Changelog: v1.2.2...v1.3.0
v1.2.2
What's Changed
- Bump typedoc-plugin-mdn-links from 3.3.4 to 3.3.5 by @dependabot in #28
- Bump chai from 5.1.1 to 5.1.2 by @dependabot in #27
- Bump typedoc from 0.26.10 to 0.26.11 by @dependabot in #29
- Bump typedoc-plugin-mdn-links from 3.3.5 to 3.3.6 by @dependabot in #30
- Bump mocha from 10.7.3 to 10.8.2 by @dependabot in #31
- Bump typedoc-plugin-mdn-links from 3.3.6 to 3.3.7 by @dependabot in #32
- Bump typedoc-plugin-mdn-links from 3.3.7 to 3.3.8 by @dependabot in #33
- Bump typedoc-plugin-mdn-links from 3.3.8 to 4.0.1 by @dependabot in #34
- Bump typedoc from 0.26.11 to 0.27.2 by @dependabot in #36
- Bump typedoc-plugin-mdn-links from 4.0.1 to 4.0.3 by @dependabot in #37
- Bump mocha from 10.8.2 to 11.0.1 by @dependabot in #40
- Bump typedoc from 0.27.2 to 0.27.4 by @dependabot in #38
- Bump typedoc-plugin-mdn-links from 4.0.3 to 4.0.4 by @dependabot in #39
- Bump typedoc from 0.27.4 to 0.27.5 by @dependabot in #41
- Bump typedoc-plugin-mdn-links from 4.0.4 to 4.0.5 by @dependabot in #42
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Fix
RangeError
link in@throws
by @zefir-git in #21 - Bump typedoc from 0.26.8 to 0.26.9 by @dependabot in #22
- Bump typedoc-plugin-mdn-links from 3.3.2 to 3.3.3 by @dependabot in #24
- Bump typescript from 5.6.2 to 5.6.3 by @dependabot in #23
- Bump typedoc from 0.26.9 to 0.26.10 by @dependabot in #25
- Bump typedoc-plugin-mdn-links from 3.3.3 to 3.3.4 by @dependabot in #26
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Fixed parsing messages with no headers by @zefir-git in #14
- Multipart boundary validation by @zefir-git in #16
- Bump typedoc-plugin-mdn-links from 3.3.1 to 3.3.2 by @dependabot in #18
- Bump typedoc from 0.26.7 to 0.26.8 by @dependabot in #19
- Parse trailing LWSP after multipart boundary delimiter by @zefir-git in #17
- Make the
boundary
param in MultipartConten-Type
quoted as needed per RFC 2616 by @zefir-git in #20
Full Changelog: v1.1.6...v1.2.0
v1.1.6
What's Changed
- Bump typedoc-plugin-mdn-links from 3.2.12 to 3.3.1 by @dependabot in #12
Full Changelog: v1.1.5...v1.1.6
v1.1.5
What's Changed
- Bump typescript from 5.5.4 to 5.6.2 by @dependabot in #11
Full Changelog: v1.1.4...v1.1.5