Skip to content

Commit ee19994

Browse files
committed
Release 3.2.4
- Update version number - Update changelog
1 parent eeaafd6 commit ee19994

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

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.
1226

1327
## [3.2.2] - 2021-03-14
1428

dist/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for Screeps 3.2.2
1+
// Type definitions for Screeps 3.2.4
22
// Project: https://github.com/screeps/screeps
33
// Definitions by: Marko Sulamägi <https://github.com/MarkoSulamagi>
44
// Nhan Ho <https://github.com/NhanHo>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typed-screeps",
3-
"version": "3.2.2",
3+
"version": "3.2.4",
44
"description": "Strong TypeScript declarations for the game Screeps.",
55
"repository": "screepers/typed-screeps",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)