neuecc
|
a7d6e51831
|
no packable
2.2.0
|
2024-08-13 20:40:53 +09:00 |
|
neuecc
|
de8cbeb795
|
Merge branch 'master' of https://github.com/Cysharp/ObservableCollections
|
2024-08-13 20:38:45 +09:00 |
|
neuecc
|
5b20164dad
|
test
|
2024-08-13 20:38:42 +09:00 |
|
Yoshifumi Kawai
|
d3493356fd
|
Merge pull request #51 from prozolic/pullreq
fix ResizableArray
|
2024-08-13 20:38:32 +09:00 |
|
neuecc
|
7162edd503
|
Merge branch 'master' of https://github.com/Cysharp/ObservableCollections
|
2024-08-13 20:33:53 +09:00 |
|
Yoshifumi Kawai
|
fbdbfe0d5e
|
Merge pull request #54 from AnnulusGames/add-readonlyobservablelist
Add IReadOnlyObservableList interface
|
2024-08-13 20:33:21 +09:00 |
|
neuecc
|
07ab2bd8dd
|
impl IReadOnlyList
|
2024-08-13 20:32:03 +09:00 |
|
neuecc
|
fa6a843a49
|
ObservableList.View.ToNotifyCollectionChanged collection implements IList(allow binding for Avalonia)
|
2024-08-13 20:30:44 +09:00 |
|
neuecc
|
f2e26e95a3
|
avalonia test
|
2024-08-13 20:29:39 +09:00 |
|
Yoshifumi Kawai
|
d0013a61e6
|
Merge pull request #49 from Cysharp/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
|
2024-08-13 17:45:35 +09:00 |
|
AnnulusGames
|
80e29f0c25
|
Add IReadOnlyObservableList interface
|
2024-08-11 10:25:10 +09:00 |
|
Yoshifumi Kawai
|
b5cf2a0415
|
Update README.md
|
2024-08-08 18:50:33 +09:00 |
|
neuecc
|
a99b10ca49
|
Add ICollectionEventDispatcher, ToNotifyCollectionChanged(ICollectionEventDispatcher)
2.1.4
|
2024-08-08 18:42:03 +09:00 |
|
prozolic
|
923f8869a5
|
fix ResizableArray
|
2024-06-26 22:52:22 +09:00 |
|
dependabot[bot]
|
c321a18094
|
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-10 05:50:43 +00:00 |
|
Yoshifumi Kawai
|
7e139dc57a
|
Merge pull request #45 from TORISOUP/add_readonlyObservableDictionary
Add IReadOnlyObservableDictionary interface and ObservableDictionaryR3Extensions
2.1.3
|
2024-06-10 14:50:36 +09:00 |
|
Yoshifumi Kawai
|
229ad89a02
|
Merge pull request #35 from Cysharp/ci/dependabot
ci: add depndabot.yaml to update github-actions
|
2024-06-10 14:50:12 +09:00 |
|
Yoshifumi Kawai
|
232955ecac
|
Merge pull request #43 from prozolic/pullreq
fix CloneCollection
|
2024-06-10 14:50:01 +09:00 |
|
TORISOUP
|
ecce6be786
|
add ObservableDictionaryR3Extensions
|
2024-06-05 18:56:14 +09:00 |
|
TORISOUP
|
89a9424ec3
|
add IReadOnlyObservableDictionary interface
|
2024-06-05 18:13:34 +09:00 |
|
prozolic
|
53b58f9827
|
fix CloneCollection
|
2024-06-02 20:16:10 +09:00 |
|
Ikiru Yoshizaki
|
e34d0231c6
|
Merge pull request #39 from Cysharp/feature/artifact
ci: change upload-artifact & download-artifact to Cysharp/Actions
|
2024-04-30 14:36:03 +09:00 |
|
Ikiru Yoshizaki
|
787c927b4d
|
ci: set upload-artifact retention-period: 1
|
2024-04-30 14:05:53 +09:00 |
|
Ikiru Yoshizaki
|
21d6ef6067
|
ci: change upload-artifact & download-artifact to Cysharp/Actions
|
2024-04-30 12:48:36 +09:00 |
|
Yoshifumi Kawai
|
c26ba030fe
|
Merge pull request #37 from NeverMorewd/master
Update README.md
|
2024-04-30 12:42:26 +09:00 |
|
Easley wang
|
f326a0523b
|
Update README.md
https://github.com/Cysharp/ObservableCollections/issues/36
|
2024-04-20 10:10:08 +08:00 |
|
Ikiru Yoshizaki
|
0b571b9a45
|
ci: add depndabot.yaml to update github-actions
|
2024-04-16 12:13:11 +09:00 |
|
Yoshifumi Kawai
|
1dd9a0e021
|
Merge pull request #33 from kawaiSky/patch-replacebugfix
ObservableList Replace Bugfix
2.1.2
|
2024-03-25 19:00:18 +09:00 |
|
kawaiSky
|
5b502679ec
|
ObservableList Replace Bugfix
When replacing, the callback function should refer to the item in the array, rather than generating a new one.
|
2024-03-20 21:43:03 +08:00 |
|
Yoshifumi Kawai
|
20a1c35ecb
|
Merge pull request #31 from prozolic/pullreq
Add lock to ObservableHashSet.TryGetValue
2.1.1
|
2024-02-27 05:29:17 +09:00 |
|
prozolic
|
557adc7bce
|
Add lock to TryGetValue
|
2024-02-24 21:26:54 +09:00 |
|
neuecc
|
170eecf922
|
WPF Check
2.1.0
|
2024-02-22 18:39:06 +09:00 |
|
Yoshifumi Kawai
|
f5bf911c82
|
Merge pull request #30 from Cysharp/hadashiA/remove-change-kind
Add a dedicated event type for SynchronizedView
|
2024-02-22 18:37:18 +09:00 |
|
hadashiA
|
f02eba26e1
|
Update README
|
2024-02-22 18:24:15 +09:00 |
|
hadashiA
|
12a18a71f6
|
Fix warnings
|
2024-02-22 18:11:15 +09:00 |
|
hadashiA
|
39e2ae5f9d
|
Add dedicated event type for ISynchronizedView
|
2024-02-22 17:40:39 +09:00 |
|
hadashiA
|
8da9587cba
|
Use NotifyCollectionChangedAction instead of ChangeKind
|
2024-02-22 12:47:19 +09:00 |
|
neuecc
|
bdbb5c0c76
|
expose ObservableFixedSizeRingBuffer.Capacity
2.0.2
|
2024-02-17 23:12:56 +09:00 |
|
neuecc
|
c46721cffa
|
R3 dep
2.0.1
|
2024-02-16 18:12:19 +09:00 |
|
Yoshifumi Kawai
|
edbaf0bbaa
|
Merge pull request #27 from Cysharp/hadashiA/fix-missing-property-changed-ev
Fix to emit INotifyCollectionChanged.OnPropertyChanged
|
2024-02-16 18:01:01 +09:00 |
|
hadashiA
|
600a300d90
|
Fix to emit INotifyCollectionChanged.OnPropertyChanged
|
2024-02-16 17:37:57 +09:00 |
|
neuecc
|
97dafad64a
|
Merge branch 'master' of https://github.com/Cysharp/ObservableCollections
2.0.0
|
2024-02-15 17:26:06 +09:00 |
|
neuecc
|
62094a088c
|
f
|
2024-02-15 17:26:04 +09:00 |
|
Yoshifumi Kawai
|
6585d749b9
|
Merge pull request #26 from Cysharp/hadashiA/fix-notify-collection-changed
Fix NotifyCollectionChangedSynchronizedView.GetEnumerator non-generic
|
2024-02-15 17:25:49 +09:00 |
|
hadashiA
|
504494ad36
|
Fix NotifyCollectionChangedSynchronizedView.GetEnumerator non-generic
|
2024-02-15 17:24:07 +09:00 |
|
neuecc
|
f8379ac6d9
|
f2
|
2024-02-15 17:21:09 +09:00 |
|
neuecc
|
17ae2c400a
|
RM
|
2024-02-15 17:13:16 +09:00 |
|
Yoshifumi Kawai
|
4023a28e4f
|
Merge pull request #25 from Cysharp/hadashiA/fix-notify-collection-changed
Change the INotifyCollectionChaneged to IE<TView> from IE<(T, View)>
|
2024-02-15 15:05:06 +09:00 |
|
hadashiA
|
ba5b572d2e
|
Fix test
|
2024-02-15 14:36:55 +09:00 |
|
hadashiA
|
76de096069
|
Add test
|
2024-02-15 14:17:38 +09:00 |
|