Skip to content

Releases: creepersaur/quark

v0.0.18

24 Aug 11:57

Choose a tag to compare

  • Fixed Scopes (no more memory leaks)
  • Added Quark.OnCleanup() that runs either before or after cleanup.

v0.0.17

19 Aug 12:46

Choose a tag to compare

  • Fixed scopes. (Now they actually work properly)
  • Also fixed some grammar mistake in scope docs

v0.0.16

01 Aug 18:32
bd1910e

Choose a tag to compare

Stylesheets custom property update

v0.0.15

04 May 07:35

Choose a tag to compare

Massive changes

  • Added Hooks as replacement for Events
  • Properties set to functions will run the function
  • States can now be .reset() to their original value.
  • CreateStory function now exists which makes it simpler to create stories.
  • Fixed ALL_PROPERTIES and added ALL_EVENTS (for hooks)

v0.0.14

10 Apr 18:31

Choose a tag to compare

  • Added embed to the docs site.
  • ALL_PROPERTIES are now 87% less. I'm not using every single instance anymore. All UI/Constraint/Detectors/etc. still exist. though so its lesser.
  • Mostly documentation changes.

v0.0.13

03 Apr 07:10

Choose a tag to compare

Massive changes in this one

  • Fixed a bunch of small features and bugs (classes, new)
  • Entries re-write now uses New
  • ALL PROPERTIES AND CLASS NAMES ARE IN AUTOCOMPLETE when creating an instance using New
  • Adding children takes dictionaries now
  • New Animation objects: Loops
  • Bunch of small bug fixes and story fixes

v0.0.11

09 Mar 16:37

Choose a tag to compare

bro forgot to add loop

v0.0.9

17 Jan 17:50

Choose a tag to compare

  • Added Tweens
  • Added Tween Docs
  • Changed docs
  • Fixed Scope stuff and memory leaks

v0.0.8

27 Dec 14:09

Choose a tag to compare

Fixed some memory leak sources.
Added Scopes.

v0.0.7

22 Nov 12:31

Choose a tag to compare

Bug fixes, Entries, Types.
Use require(Quark.Types) to get the types module.