File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## Version 2.1.1 ( 2017-11-14 )
2
+ - Updated code to increase performance and reduce garbage production
3
+
1
4
## Version 2.1.0 ( 2017-11-14 )
2
5
- Added ScreenManager.publish which allows sending events to other screens on the stack
3
6
- Updated error message for invalid screens
Original file line number Diff line number Diff line change 1
1
# ScreenManager
2
2
3
- [ ![ Version] ( https://img.shields.io/badge/Version-2.1.0 -blue.svg )] ( https://github.com/rm-code/screenmanager/releases/latest )
3
+ [ ![ Version] ( https://img.shields.io/badge/Version-2.1.1 -blue.svg )] ( https://github.com/rm-code/screenmanager/releases/latest )
4
4
[ ![ LOVE] ( https://img.shields.io/badge/L%C3%96VE-0.10.2-EA316E.svg )] ( http://love2d.org/ )
5
5
[ ![ License] ( http://img.shields.io/badge/Licence-zlib-brightgreen.svg )] ( LICENSE.md )
6
6
Original file line number Diff line number Diff line change 26
26
-- @module ScreenManager
27
27
--
28
28
local ScreenManager = {
29
- _VERSION = ' 2.1.0 ' ,
29
+ _VERSION = ' 2.1.1 ' ,
30
30
_DESCRIPTION = ' Screen/State Management for the LÖVE framework' ,
31
31
_URL = ' https://github.com/rm-code/screenmanager/' ,
32
32
}
You can’t perform that action at this time.
0 commit comments