Skip to content

System Runtime v4.2.1

Compare
Choose a tag to compare
@ecarriou ecarriou released this 29 Dec 22:44

Changelogs:

  • Impoved: $history.get API now accept negative values to navigate from the end of the stack. Example:
// get the last item of the stack
runtime.require('history').get(-1)

// get the item before the last
runtime.require('history').get(-2)