-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: changelog generated, version bump and dart doc comments
fix(macos): podspec direct path for shared lib
- Loading branch information
Showing
8 changed files
with
49 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
## 0.0.1 | ||
# Changelog | ||
|
||
* TODO: Describe initial release. | ||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
## 0.2.0 (2022-09-01) | ||
|
||
### Breaking | ||
|
||
* `getMetadata` and `writeMetadata` now takes a path string instead of a `File` because of web compatibility. | ||
|
||
### Fixes | ||
|
||
* macos library not getting added due to glob path for `vendored_libraries` | ||
* web can't be build because of FFI exception | ||
|
||
## 0.1.1 (2022-09-13) | ||
### Features | ||
|
||
* macos support via podspec ([073660c](https://github.com/KRTirtho/metadata_god/commit/073660cbe2485d92819cbd7b5cce6259b9bb556a)) | ||
* add macos support ([e8cc330](https://github.com/KRTirtho/metadata_god/commit/e8cc330d9468b9dee56d84d3c03c61f9386f3aee)) | ||
|
||
|
||
## 0.1.0 (2022-09-13) | ||
### Features | ||
|
||
* support for basic read/write audio tags via `getMetadata` and `writeMetadata` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters