Releases: dubit/duck
Releases · dubit/duck
v2.3.0-lts
v2.3.X is the last release series of DUCK in it's current form. It is designed for long term support, for projects still requiring duck as it is. Fixes can still be applied but must be branched off and merged back into the lts branch and NOT FROM DEVELOPMENT.
The development
branch will start to see features being removed to facilitate the transition towards using the duck-package-manager
2.2.0
Changes
- [Feature] Tween Serialization + Editor Support #12
- [Feature] Fancy™ Prefab Replacer. #32
- [Feature] Implemented util for broadcasting events to objects #26
- [Feature] Added child object creation helpers #24
- [Feature] Find Unused Assets Window #21 & #22
- [Feature] Forms #16 & #19
- [Feature] Http requests #17 & #18
- [Improvement] Added UpdateButton to DebugMenu #27
- [Improvement] IsApplicationQuitting Property in AbstractController #30
- [Improvement] Added OnHide and OnShow events to Debug Menu #31
- [Improvement] Improvements to animation driver #14
- [Improvement] Allow PrefabInstantiator to instantiate at other times than on Awake #11
- [Improvement] Tween System Improvement and Bug Fixes #13
- [Improvement] Timer duration parameter optional #9
- [Improvement] ArgsList improvement + fix #33
- [Fix] Dev timed animation fix #10
- [Fix] Audio bugs #8
- [Fix] Fixed parameter order #23
- [Fix] Localisation Fixes #29
- [Fix] Debug Button Destroy Fix #28
- [Fix] Fixed reference to conditionally compiled Property #20
- [Fix] Fixed errors with localisation system #15
v2.1.0
Changes
#3 [Feature] EditorGUILayoutJelpers: Draw a field by type
#4 [Feature] EditorGUILayoutJelpers: Draw a options field (drop down)
#6 [Feature] ArgsList serialization
#2 [Fix] Added missing LICENSE.meta file
#1 [Fix] Timer can now have <= duration
#5 [Improvement] Build Version is now option (controlled by compiler flags)