Releases: goki/ki
fix to enable gopy to work properly with kit methods
improved DestroyDeleted and StructTags crash prevention
v1.0.4 v1.0.4 release
More robust for concurrency
FuncDown* routines now use local state and are fully concurrency-safe. Added better Signal navigation convenience routine and locking logic. Added ki.Break, ki.Continue constants for better semantic return values from Func* routines.
Version 1.0.0
All cleaned up and ready for release. If any further issues found will bump to 1.0.1 etc but otherwise this should be good.
Effectively beta for 1.0 -- most of major GoGi & Gide done.
Will have a period of testing and usage now before releasing, but recent major development push is done.
no change from 0.9.9
forgot to check for changes first :) anyway, sync'd with gi etc.
updated enums to support extending from a parent enum type
no other changes to core Ki code. with updates to gogi Flag field is now viewable in gui. kinda crazy big but whatever.
Major performance updates, cleanup / simplifications, etc
non-recursive versions of tree traversal code are MUCH faster, and breadth-first is now fully accurate breadth-first.. fixed a few other performance bottlenecks with accessing Fields, deletion, etc.
Got rid of Ptr and associated code (don't use pointers!). Introduced API for manual versions of CopyFrom and Disconnect core code, which is much faster than using the reflection-based versions.
A few naming changes to be more consistent with standards (e.g., Try versions of everything separate from non-try, non-error versions).
updated KnownProp -> Prop, Prop -> PropTry
using consistent Try suffix
v0.9.5 minor updates but needed for latest GoPi etc
v0.9.5 release