File tree Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
- - Added support for type predicates in ` room.find ` and similar functions ([ #199 ] ( https://github.com/screepers/typed-screeps/pull/199 ) )
11
- - Fixed typo in docstring ([ #198 ] ( https://github.com/screepers/typed-screeps/pull/198 ) )
10
+ ## [ 3.2.4] - 2021-08-21
11
+
12
+ ### Added
13
+
14
+ - Add ` Game.GetObjectById ` support for union of Id's ([ #201 ] ( https://github.com/screepers/typed-screeps/pull/201 ) )
15
+ - Add support for type predicates in ` room.find ` and similar functions ([ #199 ] ( https://github.com/screepers/typed-screeps/pull/199 ) )
16
+ - Add explicit ` | undefined ` to undefined types that may exist with an undefined value.
17
+
18
+ ### Fixed
19
+
20
+ - Fix typo in docstring in ` Flag ` interface ([ #198 ] ( https://github.com/screepers/typed-screeps/pull/198 ) )
21
+ - Fix function documentation. 10k per pixel ([ #200 ] ( https://github.com/screepers/typed-screeps/pull/200 ) )
22
+
23
+ ## [ 3.2.3]
24
+
25
+ This version was pushed by DefinitelyTyped maintainers, not present in this repository.
12
26
13
27
## [ 3.2.2] - 2021-03-14
14
28
Original file line number Diff line number Diff line change 1
- // Type definitions for Screeps 3.2.2
1
+ // Type definitions for Screeps 3.2.4
2
2
// Project: https://github.com/screeps/screeps
3
3
// Definitions by: Marko Sulamägi <https://github.com/MarkoSulamagi>
4
4
// Nhan Ho <https://github.com/NhanHo>
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typed-screeps" ,
3
- "version" : " 3.2.2 " ,
3
+ "version" : " 3.2.4 " ,
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