System Runtime v4.2.1
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)