|
| 1 | +## 1.0.6 |
| 2 | + |
| 3 | +* Add `topics` section to `pubspec.yaml`. |
| 4 | +* Move to `dart-lang/tools` monorepo. |
| 5 | + |
| 6 | +## 1.0.5 |
| 7 | + |
| 8 | +* Update `video/mp4` mimeType lookup by header bytes. |
| 9 | +* Add `image/heic` mimeType lookup by header bytes. |
| 10 | +* Add `image/heif` mimeType lookup by header bytes. |
| 11 | +* Add m4b mimeType lookup by extension. |
| 12 | +* Add `text/markdown` mimeType lookup by extension. |
| 13 | +* Require Dart 3.2.0. |
| 14 | + |
| 15 | +## 1.0.4 |
| 16 | + |
| 17 | +* Changed `.js` to `text/javascript` per |
| 18 | + https://datatracker.ietf.org/doc/html/rfc9239. |
| 19 | +* Added `.mjs` as `text/javascript`. |
| 20 | +* Add `application/dicom` mimeType lookup by extension. |
| 21 | +* Require Dart 2.18. |
| 22 | + |
| 23 | +## 1.0.3 |
| 24 | + |
| 25 | +* Add application/manifest+json lookup by extension. |
| 26 | +* Add application/toml mimeType lookup by extension. |
| 27 | +* Add audio/aac mimeType lookup by header bytes. |
| 28 | +* Add audio/mpeg mimeType lookup by header bytes. |
| 29 | +* Add audio/ogg mimeType lookup by header bytes. |
| 30 | +* Add audio/weba mimeType lookup by header bytes. |
| 31 | +* Add font/woff2 lookup by extension and header bytes. |
| 32 | +* Add image/avif mimeType lookup by extension. |
| 33 | +* Add image/heic mimeType lookup by extension. |
| 34 | +* Add image/heif mimeType lookup by extension. |
| 35 | +* Change audio/x-aac to audio/aac when detected by extension. |
| 36 | + |
| 37 | +## 1.0.2 |
| 38 | + |
| 39 | +* Add audio/x-aiff mimeType lookup by header bytes. |
| 40 | +* Add audio/x-flac mimeType lookup by header bytes. |
| 41 | +* Add audio/x-wav mimeType lookup by header bytes. |
| 42 | +* Add audio/mp4 mimeType lookup by file path. |
| 43 | + |
| 44 | +## 1.0.1 |
| 45 | + |
| 46 | +* Add image/webp mimeType lookup by header bytes. |
| 47 | + |
| 48 | +## 1.0.0 |
| 49 | + |
| 50 | +* Stable null safety release. |
| 51 | + |
| 52 | +## 1.0.0-nullsafety.0 |
| 53 | + |
| 54 | +* Update to null safety. |
| 55 | + |
| 56 | +## 0.9.7 |
| 57 | + |
| 58 | +* Add `extensionFromMime` utility function. |
| 59 | + |
| 60 | +## 0.9.6+3 |
| 61 | + |
| 62 | +* Change the mime type for Dart source from `application/dart` to `text/x-dart`. |
| 63 | +* Add example. |
| 64 | +* Fix links and code in README. |
| 65 | + |
| 66 | +## 0.9.6+2 |
| 67 | + |
| 68 | +* Set max SDK version to `<3.0.0`, and adjust other dependencies. |
| 69 | + |
| 70 | +## 0.9.6+1 |
| 71 | + |
| 72 | +* Stop using deprecated constants from the SDK. |
| 73 | + |
| 74 | +## 0.9.6 |
| 75 | + |
| 76 | +* Updates to support Dart 2.0 core library changes (wave |
| 77 | + 2.2). See [issue 31847][sdk#31847] for details. |
| 78 | + |
| 79 | + [sdk#31847]: https://github.com/dart-lang/sdk/issues/31847 |
| 80 | + |
| 81 | +## 0.9.5 |
| 82 | + |
| 83 | +* Add support for the WebAssembly format. |
| 84 | + |
| 85 | +## 0.9.4 |
| 86 | + |
| 87 | +* Updated Dart SDK requirement to `>= 1.8.3 <2.0.0` |
| 88 | + |
| 89 | +* Strong-mode clean. |
| 90 | + |
| 91 | +* Added support for glTF text and binary formats. |
| 92 | + |
| 93 | +## 0.9.3 |
| 94 | + |
| 95 | +* Fixed erroneous behavior for listening and when pausing/resuming |
| 96 | + stream of parts. |
| 97 | + |
| 98 | +## 0.9.2 |
| 99 | + |
| 100 | +* Fixed erroneous behavior when pausing/canceling stream of parts but already |
| 101 | + listened to one part. |
| 102 | + |
| 103 | +## 0.9.1 |
| 104 | + |
| 105 | +* Handle parsing of MIME multipart content with no parts. |
0 commit comments