Skip to content

Releases: goki/ki

fix to enable gopy to work properly with kit methods

22 Nov 11:33
Compare
Choose a tag to compare

improved DestroyDeleted and StructTags crash prevention

23 Aug 19:37
Compare
Choose a tag to compare

More robust for concurrency

16 May 11:29
Compare
Choose a tag to compare

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

07 Apr 12:34
Compare
Choose a tag to compare

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.

15 Feb 10:29
Compare
Choose a tag to compare

Will have a period of testing and usage now before releasing, but recent major development push is done.

no change from 0.9.9

30 Dec 08:38
Compare
Choose a tag to compare

forgot to check for changes first :) anyway, sync'd with gi etc.

updated enums to support extending from a parent enum type

20 Nov 11:03
Compare
Choose a tag to compare

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

06 Jun 09:42
Compare
Choose a tag to compare

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

22 Mar 09:51
Compare
Choose a tag to compare

using consistent Try suffix

v0.9.5 minor updates but needed for latest GoPi etc

01 Jan 11:36
Compare
Choose a tag to compare