log src/app/Session.ts @ 509:041468f553e1 tip master

age author description
Mon, 27 Nov 2017 11:02:48 +0000 Lucas Thompson Setup a basic test harness for non-angular stuff. Fix accidental recursion in PersistentStack
Mon, 03 Jul 2017 20:33:49 +0100 Lucas Thompson Poorly named method for slightly reducing code duplication (performing some option if index found)
Fri, 30 Jun 2017 15:35:16 +0100 Lucas Thompson Hide update history method.
Fri, 30 Jun 2017 15:27:56 +0100 Lucas Thompson Clear undo history ahead of read pointer when updating the history.
Fri, 30 Jun 2017 14:49:40 +0100 Lucas Thompson Add methods for mutating the current state without updating the history (naming might not be that declarative).
Fri, 30 Jun 2017 13:59:21 +0100 Lucas Thompson Fix ordering of adding to history (after an action). Add functions for stepping through the history.
Fri, 30 Jun 2017 10:41:30 +0100 Lucas Thompson Manually cherry-pick various refactoring efforts from feature/basic-session-loading