Skip to content

Releases: baseprime/grapnel

v0.7.1

15 Jan 02:19

Choose a tag to compare

Update version in dist headers

v0.6.4

30 Dec 19:20

Choose a tag to compare

Update README.md

v0.6.3

22 Dec 23:15

Choose a tag to compare

  • Use correct constructor; Change globalStack to global (314ecb3)

v0.6.2

25 Aug 20:39

Choose a tag to compare

  • Singular code style now enforced (bracket styles, line endings, etc.)
  • Changes to repo name (now Grapnel instead of Grapnel.js)
  • Wrapper function should be evaluated as expression

v0.6.1

21 Aug 03:17

Choose a tag to compare

CallStack now allows global middleware

  • CallStack: Allow middleware to inherit a global stack
  • Added tests

v0.6.0

14 Aug 23:04

Choose a tag to compare

0.6.0

Various changes to enable more functionality but at a cost to library size. Many changes were made because they made sense to the longevity of the project, as library size doesn't seem to be a huge deciding factor for developers who use it.

  • Separated CallStack and Request from within invoke and added extra functionality
  • Deprecated: router.fragment -- Use router.path()
  • Added path()

v0.5.11

11 Aug 18:17

Choose a tag to compare

  • Added middleware support to main router context method

v0.5.10

10 Aug 20:18

Choose a tag to compare

  • Added middleware support to router context

release-v0.5.8

04 Mar 09:10

Choose a tag to compare

  • Added environmnet option
  • Changed option property usePushState into mode. It was not changeable, so it does not make sense for it to be an 'option'
  • Added tests

release-v0.5.7

04 Mar 09:08

Choose a tag to compare

  • Client-side modules no longer assign route event listeners to navigate by default