Skip to content

Commit cee12d4

Browse files
committed
chore: update changelog
1 parent ef972c3 commit cee12d4

File tree

1 file changed

+2
-264
lines changed

1 file changed

+2
-264
lines changed

CHANGELOG.md

+2-264
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
### Breaking changes
1111

12-
- More flexible `Memory` ([#246](https://github.com/screepers/typed-screeps/pull/246))
12+
- Improve `Memory` support for role based creeps ([#246](https://github.com/screepers/typed-screeps/pull/246))
1313

1414
### Added
1515

@@ -172,266 +172,4 @@ This version was pushed by DefinitelyTyped maintainers, not present in this repo
172172

173173
### Added
174174

175-
- Add missing halt command to CPU ([#141](https://github.com/screepers/typed-screeps/pull/141))
176-
- Add market price history and other updates ([#138](https://github.com/screepers/typed-screeps/pull/138))
177-
- Add support for 'Natural Effects' on RoomObjects ([#135](https://github.com/screepers/typed-screeps/pull/135))
178-
- Add support for Factories, Ruins, Deposits, and Strongholds ([#132](https://github.com/screepers/typed-screeps/pull/132))
179-
180-
### Changed
181-
182-
- Retype constants with same named types ([#143](https://github.com/screepers/typed-screeps/pull/143)), ([#147](https://github.com/screepers/typed-screeps/pull/147))
183-
- Update StoreDefinition ([#130](https://github.com/screepers/typed-screeps/pull/130))
184-
- Explicitly type game object Ids ([#139](https://github.com/screepers/typed-screeps/pull/139))
185-
186-
### Fixed
187-
188-
- Updated dependencies ([#133](https://github.com/screepers/typed-screeps/pull/133)), ([#134](https://github.com/screepers/typed-screeps/pull/134))
189-
190-
### Deprecated
191-
192-
- Deprecated use of string typed ids to get game objects ([#144](https://github.com/screepers/typed-screeps/pull/144))
193-
- Deprecated `creep.carry` ([#130](https://github.com/screepers/typed-screeps/pull/130))
194-
195-
### Removed
196-
197-
- Remove deprecated FIND_DROPPED_ENERGY constant ([#129](https://github.com/screepers/typed-screeps/pull/129))
198-
199-
## [2.5.4] - 2019-05-12
200-
201-
### Added
202-
203-
- Add support for `PowerCreep`, `InterShardMemory` and an `AnyCreep` union ([#117](https://github.com/screepers/typed-screeps/pull/118))
204-
205-
## [2.5.3] - 2018-12-27
206-
207-
### Fixed
208-
209-
- Add missing properties to FindPathOpts (#106)
210-
211-
### Changed
212-
213-
- Change `EventType` to an interface with a type argument (#110)
214-
215-
## [2.5.2] - 2018-11-09
216-
217-
### Added
218-
219-
- Implements `Room.Terrain` and `room.getTerrain()` ([#103](https://github.com/screepers/typed-screeps/pull/103))
220-
221-
## [2.5.1] - 2018-10-11
222-
223-
### Fixed
224-
225-
- Fix definition of `RawMemory.segments`. ([#91](https://github.com/screepers/typed-screeps/pull/91))
226-
- Fixed incorrect definition of `getEventLog()`. ([#101](https://github.com/screepers/typed-screeps/pull/101))
227-
228-
## [2.5.0] - 2018-10-04
229-
230-
### Added
231-
232-
- Added `getRoomTerrain` ([#98](https://github.com/screepers/typed-screeps/pull/98))
233-
- Added WIP types for `room.eventLog` ([#88](https://github.com/screepers/typed-screeps/pull/88))
234-
- Added missing safemode/downgrade constants ([#96](https://github.com/screepers/typed-screeps/pull/96))
235-
236-
### Changed
237-
238-
- `filterOptions` Revamp ([#87](https://github.com/screepers/typed-screeps/pull/87))
239-
240-
## [2.4.1] - 2018-08-24
241-
242-
### Added
243-
244-
- Added `INVADERS_ENERGY_GOAL` ([#83](https://github.com/screepers/typed-screeps/pull/83))
245-
246-
### Changed
247-
248-
- Update CREEP_CLAIM_LIFE_TIME to match with Screeps 2018-03-05 update ([#84](https://github.com/screepers/typed-screeps/pull/84))
249-
250-
## [2.4.0] - 2018-06-24
251-
252-
### Added
253-
254-
- Add inter-shard portals ([#74](https://github.com/screepers/typed-screeps/pull/74))
255-
256-
### Changed
257-
258-
- The findClosestBy\* functions potentially return null ([#69](https://github.com/screepers/typed-screeps/pull/69))
259-
260-
### Fixed
261-
262-
- Various improvements by @pmoehl (thank you!)
263-
- Fix type of StructureLab.mineralType ([#73](https://github.com/screepers/typed-screeps/pull/73))
264-
- Fix result type of Room.lookAtArea ([#75](https://github.com/screepers/typed-screeps/pull/75))
265-
- Add subscription token as market resource types ([#76](https://github.com/screepers/typed-screeps/pull/76))
266-
- Spawn options +directions ([#77](https://github.com/screepers/typed-screeps/pull/77))
267-
- Add createConstructionSite name parameter ([#78](https://github.com/screepers/typed-screeps/pull/78))
268-
- Updated Tombstone docs ([#79](https://github.com/screepers/typed-screeps/pull/79))
269-
- Improve exit typings ([#80](https://github.com/screepers/typed-screeps/pull/80))
270-
- Fixed missing Constructor extends declarations ([#71](https://github.com/screepers/typed-screeps/pull/71))
271-
- Fixed createFlag method return type to include string ([#72](https://github.com/screepers/typed-screeps/pull/72))
272-
- claimController() uses GCL, not RCL ([#81](https://github.com/screepers/typed-screeps/pull/81))
273-
274-
## [2.3.0] - 2018-04-16
275-
276-
### Added
277-
278-
- `TERMINAL_COOLDOWN` constant ([#64](https://github.com/screepers/typed-screeps/pull/64))
279-
- Better tombstone support ([#60](https://github.com/screepers/typed-screeps/pull/60))
280-
281-
### Fixed
282-
283-
- Declare `Game` with `var` instead of `let` ([#62](https://github.com/screepers/typed-screeps/pull/62))
284-
- `ERR_NOT_ENOUGH_RESOURCES` missing in return codes for creep build action ([#66](https://github.com/screepers/typed-screeps/pull/66))
285-
286-
## [2.2.2] - 2018-03-17
287-
288-
### Added
289-
290-
- Added IVM typings ([#55](https://github.com/screepers/typed-screeps/pull/55))
291-
- Added Tombstone typings ([#48](https://github.com/screepers/typed-screeps/pull/48))
292-
293-
### Fixed
294-
295-
- Fixed some DefinitelyTyped linting errors ([#54](https://github.com/screepers/typed-screeps/pull/54))
296-
297-
## [2.2.1] - 2018-03-09
298-
299-
### Added
300-
301-
- Added `StructureSpawn.Spawning` ([#52](https://github.com/screepers/typed-screeps/pull/52))
302-
303-
### Changed
304-
305-
- Changed `StructureLab.mineralType` from `MineralConstant` to `_ResourceConstantSansEnergy | undefined`. ([#49](https://github.com/screepers/typed-screeps/pull/49))
306-
307-
### Fixed
308-
309-
- `RESOURCE_CATALYZED_ZYNTHIUM_ALKALIDE` has a typo ([#51](https://github.com/screepers/typed-screeps/pull/51))
310-
311-
## [2.2.0] - 2018-01-26
312-
313-
### Added
314-
315-
- Added missing constants: `EXTRACTOR_COOLDOWN`, `SYSTEM_USERNAME` ([#34](https://github.com/screepers/typed-screeps/pull/34))
316-
- Added missing `ScreepsReturnCode` definition: `ERR_NAME_EXISTS` ([#44](https://github.com/screepers/typed-screeps/pull/44))
317-
318-
### Removed
319-
320-
- Remove `FIND_DROPPED_ENERGY` ([#39](https://github.com/screepers/typed-screeps/pull/39) [#40](https://github.com/screepers/typed-screeps/pull/40))
321-
322-
### Fixed
323-
324-
- `Creep.attackController()` returns `ERR_TIRED` if the controller has upgrade blocked ([#32](https://github.com/screepers/typed-screeps/pull/32))
325-
- `PowerBank`s are considered to be owned structures (and are owned by "Power Bank") ([#33](https://github.com/screepers/typed-screeps/pull/33))
326-
- Allow `creep.ticksToLive` to be undefined ([#36](https://github.com/screepers/typed-screeps/pull/36))
327-
- Fixes for `PathFinder.search`, `LookAtTypes` ([#41](https://github.com/screepers/typed-screeps/pull/41), [#47](https://github.com/screepers/typed-screeps/pull/47))
328-
329-
## [2.1.0] - 2017-12-22
330-
331-
### Changed
332-
333-
- Restuctured project for DefinitelyTyped publishing ([#24](https://github.com/screepers/typed-screeps/pull/24))
334-
335-
### Fixed
336-
337-
- Allow `Game` interface to be extended ([#29](https://github.com/screepers/typed-screeps/pull/29))
338-
- Allow controller sign + reservation to be undefined ([#28](https://github.com/screepers/typed-screeps/pull/28))
339-
340-
## [2.0.1] - 2017-12-13
341-
342-
### Fixed
343-
344-
- Reduce package size when installing via npm ([#25](https://github.com/screepers/typed-screeps/pull/25))
345-
346-
## [2.0.0] - 2017-12-05
347-
348-
### Added
349-
350-
- Added contributing guidelines and Issue/PR templates ([#18](https://github.com/screepers/typed-screeps/pull/18))
351-
- Added CI tests (thanks, [@Arcath](https://github.com/Arcath)!)
352-
- [Constants] Added `BuildableStructureConstant`, which is a subset of `StructureConstant` ([#17](https://github.com/screepers/typed-screeps/pull/17))
353-
354-
### Changed
355-
356-
- Improved build tooling around compiling scripts and running tests.
357-
- [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))
358-
- [Constants] `OBSTACLE_OBJECT_TYPES` are now strictly defined ([#17](https://github.com/screepers/typed-screeps/pull/17))
359-
360-
### Fixed
361-
362-
- [RawMemory] On `setActiveForeignSegment`, id should be optional. ([commit](https://github.com/screepers/typed-screeps/pull/16/commits/9aa7e3efe457f5500cd0eb6a76804bff657db1db))
363-
364-
## [1.0.4] - 2017-11-09
365-
366-
### Added
367-
368-
- Added `Game.resources`
369-
- Added `Game.map.getWorldSize()`
370-
- Added `RawMemory.interShardSegment`
371-
372-
### Deprecated
373-
374-
- Deprecated `spawn.canCreateCreep(body, [name])`
375-
- Deprecated `spawn.createCreep(body, [name], [memory])`
376-
- Deprecated `spawn.transferEnergy(target, [amount])`
377-
- Deprecated `PathFinder.use(isEnabled)`
378-
379-
## [1.0.3] - 2017-11-05
380-
381-
### Fixed
382-
383-
- Emergency patch to fix mismatched `STRUCTURE_WALL` constant.
384-
385-
## [1.0.2] - 2017-11-05
386-
387-
### Added
388-
389-
- Added `Game.cpu.setShardLimits(limits)`
390-
391-
### Fixed
392-
393-
- [Constants] `STRUCTURE_WALL` should be `'constructedWall'`, not `'wall'`
394-
395-
## [1.0.1] - 2017-11-05
396-
397-
### Changed
398-
399-
- Added forgotten documentation material from v1.0.0
400-
401-
## 1.0.0 - 2017-11-05
402-
403-
### Added
404-
405-
- Initial public `npm` release.
406-
407-
[unreleased]: https://github.com/screepers/typed-screeps/compare/v3.3.1...HEAD
408-
[3.3.1]: https://github.com/screepers/typed-screeps/compare/v3.3.0...v3.3.1
409-
[3.3.0]: https://github.com/screepers/typed-screeps/compare/v3.2.4...v3.3.0
410-
[3.2.4]: https://github.com/screepers/typed-screeps/compare/v3.2.2...v3.2.4
411-
[3.2.2]: https://github.com/screepers/typed-screeps/compare/v3.2.1...v3.2.2
412-
[3.2.1]: https://github.com/screepers/typed-screeps/compare/v3.2.0...v3.2.1
413-
[3.2.0]: https://github.com/screepers/typed-screeps/compare/v3.1.3...v3.2.0
414-
[3.1.3]: https://github.com/screepers/typed-screeps/compare/v3.1.2...v3.1.3
415-
[3.1.2]: https://github.com/screepers/typed-screeps/compare/v3.1.1...v3.1.2
416-
[3.1.1]: https://github.com/screepers/typed-screeps/compare/v3.1.0...v3.1.1
417-
[3.1.0]: https://github.com/screepers/typed-screeps/compare/v3.0.1...v3.1.0
418-
[3.0.1]: https://github.com/screepers/typed-screeps/compare/v3.0.0...v3.0.1
419-
[3.0.0]: https://github.com/screepers/typed-screeps/compare/v2.5.4...v3.0.0
420-
[2.5.4]: https://github.com/screepers/typed-screeps/compare/v2.5.3...v2.5.4
421-
[2.5.3]: https://github.com/screepers/typed-screeps/compare/v2.5.2...v2.5.3
422-
[2.5.2]: https://github.com/screepers/typed-screeps/compare/v2.5.1...v2.5.2
423-
[2.5.1]: https://github.com/screepers/typed-screeps/compare/v2.5.0...v2.5.1
424-
[2.5.0]: https://github.com/screepers/typed-screeps/compare/v2.4.1...v2.5.0
425-
[2.4.1]: https://github.com/screepers/typed-screeps/compare/v2.4.0...v2.4.1
426-
[2.4.0]: https://github.com/screepers/typed-screeps/compare/v2.3.0...v2.4.0
427-
[2.3.0]: https://github.com/screepers/typed-screeps/compare/v2.2.2...v2.3.0
428-
[2.2.2]: https://github.com/screepers/typed-screeps/compare/v2.2.1...v2.2.2
429-
[2.2.1]: https://github.com/screepers/typed-screeps/compare/v2.2.0...v2.2.1
430-
[2.2.0]: https://github.com/screepers/typed-screeps/compare/v2.1.0...v2.2.0
431-
[2.1.0]: https://github.com/screepers/typed-screeps/compare/v2.0.1...v2.1.0
432-
[2.0.1]: https://github.com/screepers/typed-screeps/compare/v2.0.0...v2.0.1
433-
[2.0.0]: https://github.com/screepers/typed-screeps/compare/v1.0.4...v2.0.0
434-
[1.0.4]: https://github.com/screepers/typed-screeps/compare/v1.0.3...v1.0.4
435-
[1.0.3]: https://github.com/screepers/typed-screeps/compare/v1.0.2...v1.0.3
436-
[1.0.2]: https://github.com/screepers/typed-screeps/compare/v1.0.1...v1.0.2
437-
[1.0.1]: https://github.com/screepers/typed-screeps/compare/v1.0.0...v1.0.1
175+
- Add missing halt command to CPU (

0 commit comments

Comments
 (0)