File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Breaking changes
11
+
12
+ - More flexible ` Memory ` ([ #246 ] ( https://github.com/screepers/typed-screeps/pull/246 ) )
13
+
10
14
### Added
11
15
12
16
- Add type inference for params in filter callbacks ([ #221 ] ( https://github.com/screepers/typed-screeps/pull/221 ) )
Original file line number Diff line number Diff line change 1
- // Type definitions for Screeps 3.3.3
1
+ // Type definitions for Screeps 4.0.0
2
2
// Project: https://github.com/screeps/screeps
3
3
// Definitions by: Nhan Ho <https://github.com/NhanHo>
4
4
// Bryan <https://github.com/bryanbecker>
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typed-screeps" ,
3
- "version" : " 3.3.3 " ,
3
+ "version" : " 4.0.0 " ,
4
4
"description" : " Strong TypeScript declarations for the game Screeps." ,
5
5
"repository" : " screepers/typed-screeps" ,
6
6
"types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments