mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
chore: v1.1.1
This commit is contained in:
parent
b0b8067203
commit
a708d54b0a
3 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
## 1.1.1
|
||||
|
||||
- fix: lookup library in correct locations
|
||||
|
||||
- feat: add ability to pass optional notes location to `Note.list(...)` method
|
||||
|
||||
## 1.1.0
|
||||
|
||||
- feat: add ability to get and set libgit2 global options
|
||||
|
@ -6,7 +12,7 @@
|
|||
|
||||
- feat: add ability to remove entries in index with `resetDefault(...)` method
|
||||
|
||||
- feat: add ability to compare objects (value based equality).
|
||||
- feat: add ability to compare objects (value based equality)
|
||||
|
||||
Note: comparison of Repository objects have naive implementation. Comparison is based on repository path, and previously loaded into memory index, odb, etc. might be different. Use with caution.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue