You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+5-263
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))
@@ -168,266 +172,4 @@ This version was pushed by DefinitelyTyped maintainers, not present in this repo
168
172
169
173
### Added
170
174
171
-
- Add missing halt command to CPU ([#141](https://github.com/screepers/typed-screeps/pull/141))
172
-
- Add market price history and other updates ([#138](https://github.com/screepers/typed-screeps/pull/138))
173
-
- Add support for 'Natural Effects' on RoomObjects ([#135](https://github.com/screepers/typed-screeps/pull/135))
174
-
- Add support for Factories, Ruins, Deposits, and Strongholds ([#132](https://github.com/screepers/typed-screeps/pull/132))
175
-
176
-
### Changed
177
-
178
-
- Retype constants with same named types ([#143](https://github.com/screepers/typed-screeps/pull/143)), ([#147](https://github.com/screepers/typed-screeps/pull/147))
- Changed `StructureLab.mineralType` from `MineralConstant` to `_ResourceConstantSansEnergy | undefined`. ([#49](https://github.com/screepers/typed-screeps/pull/49))
302
-
303
-
### Fixed
304
-
305
-
-`RESOURCE_CATALYZED_ZYNTHIUM_ALKALIDE` has a typo ([#51](https://github.com/screepers/typed-screeps/pull/51))
-`Creep.attackController()` returns `ERR_TIRED` if the controller has upgrade blocked ([#32](https://github.com/screepers/typed-screeps/pull/32))
321
-
-`PowerBank`s are considered to be owned structures (and are owned by "Power Bank") ([#33](https://github.com/screepers/typed-screeps/pull/33))
322
-
- Allow `creep.ticksToLive` to be undefined ([#36](https://github.com/screepers/typed-screeps/pull/36))
323
-
- Fixes for `PathFinder.search`, `LookAtTypes` ([#41](https://github.com/screepers/typed-screeps/pull/41), [#47](https://github.com/screepers/typed-screeps/pull/47))
324
-
325
-
## [2.1.0] - 2017-12-22
326
-
327
-
### Changed
328
-
329
-
- Restuctured project for DefinitelyTyped publishing ([#24](https://github.com/screepers/typed-screeps/pull/24))
330
-
331
-
### Fixed
332
-
333
-
- Allow `Game` interface to be extended ([#29](https://github.com/screepers/typed-screeps/pull/29))
334
-
- Allow controller sign + reservation to be undefined ([#28](https://github.com/screepers/typed-screeps/pull/28))
335
-
336
-
## [2.0.1] - 2017-12-13
337
-
338
-
### Fixed
339
-
340
-
- Reduce package size when installing via npm ([#25](https://github.com/screepers/typed-screeps/pull/25))
341
-
342
-
## [2.0.0] - 2017-12-05
343
-
344
-
### Added
345
-
346
-
- Added contributing guidelines and Issue/PR templates ([#18](https://github.com/screepers/typed-screeps/pull/18))
347
-
- Added CI tests (thanks, [@Arcath](https://github.com/Arcath)!)
348
-
-[Constants] Added `BuildableStructureConstant`, which is a subset of `StructureConstant` ([#17](https://github.com/screepers/typed-screeps/pull/17))
349
-
350
-
### Changed
351
-
352
-
- Improved build tooling around compiling scripts and running tests.
353
-
-[Room][roomposition] Improved generic-based overloads for `.find*()`, `lookAt()`, and `lookForAt()` functions ([#14](https://github.com/screepers/typed-screeps/pull/14), [#19](https://github.com/screepers/typed-screeps/pull/19))
354
-
-[Constants]`OBSTACLE_OBJECT_TYPES` are now strictly defined ([#17](https://github.com/screepers/typed-screeps/pull/17))
355
-
356
-
### Fixed
357
-
358
-
-[RawMemory] On `setActiveForeignSegment`, id should be optional. ([commit](https://github.com/screepers/typed-screeps/pull/16/commits/9aa7e3efe457f5500cd0eb6a76804bff657db1db))
0 commit comments