Skip to content

Releases: lorengreenfield/halfcab

v11.0.3

07 Feb 10:29
4af98fd
Compare
Choose a tag to compare

Package cleanup allows tests to run properly, fixing green keeper.

v11

25 Nov 10:13
60c1d0e
Compare
Choose a tag to compare
v11

Removes old cache wrapper function and includes both nanolru and nanocomponent libraries to be used instead.

v10.0.4

07 Jun 05:33
6085bb3
Compare
Choose a tag to compare
  • Bug fixes
  • Stable v10

v10

03 Jun 09:27
57d0466
Compare
Choose a tag to compare
v10
  • Simplifying and removing a few things that shouldn't be there or are not used much (or have ended up being bad practise to make use of)

  • No globally available exported state object anymore, it's passed into the output of halfcab default function, as the second argument to all geb listeners, and the top level component

  • baseName is gone - Too awkward to manage ad it's better to have smaller tab titles anyway. Initial tab title is always set by the server side render in the title tag so no need to set in the halfcab function (nor is there need to have state available if you were setting it via initial state.

  • added two new holdingPen utility functions addToHoldingPen and removeFromHoldingPen to change holdingPen objects on the fly, and retain validation ability.

  • Made a nextTick function available as sometimes a setTimeout with 17ms delay was being required in some projects

v9

20 May 00:55
bb8df9a
Compare
Choose a tag to compare
v9

Removal of exported state. State now available through:

  1. Top level component
  2. Second argument of geb on and once callbacks
  3. Inside returned object from halfcab() function

v8.2.2

26 Apr 01:06
a95c6df
Compare
Choose a tag to compare

A few fixes on top over 8 to increase stability.

v8.0.0

23 Dec 08:38
c48890e
Compare
Choose a tag to compare
  • Breaking change, using .mjs files

6.2.12

22 Nov 22:32
c736361
Compare
Choose a tag to compare

Updated docs and solidified features.

5.2.2

19 Oct 20:45
Compare
Choose a tag to compare

Went back to mutable state

5.2.1

18 Oct 02:04
Compare
Choose a tag to compare

Immutable exported state and option for inject functions to not wrap output in a containing div.