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
- Fixed some issue with using `instanceof` with `StructureSpawn`, `Source`, `StructureLink`
61
+
62
+
### v4.2.0
63
+
- New Creep.withdraw
64
+
- Added and fixed a lot of constants
65
+
58
66
### v4.0.1
59
-
-Fix issues with REACTIONS and LOOK_* constants
67
+
-Fixed issues with REACTIONS and LOOK_* constants
60
68
61
69
### v4.0.0
62
-
-Change`Map` to `GameMap` to avoid conflict with new ES6 Map type
63
-
-Remove Energy Interface and replace it with Resource. This could potentially break your code. Please change all reference of Energy to Resource and it should fix the issue.
70
+
-Changed`Map` to `GameMap` to avoid conflict with new ES6 Map type
71
+
-Removed Energy Interface and replace it with Resource. This could potentially break your code. Please change all reference of Energy to Resource and it should fix the issue.
64
72
- Spawn will now extends OwnStructure, and StructureContainer will extends Structure.
65
-
-Fix createCreep return type to `number | string`.
66
-
-Update new options for findPath
67
-
-Add string as an acceptable params to moveByPath.
73
+
-Fixed createCreep return type to `number | string`.
74
+
-Updated new options for findPath
75
+
-Added string as an acceptable params to moveByPath.
68
76
69
77
### v3.0.0 Change all usage of interface to class.
***Marko Sulamägi** - *Converted Cameron's work to quickly installable TS skeleton app.* - [MarkoSulamagi](https://github.com/MarkoSulamagi)
138
147
***vanhouc** - *Screep project with TS functionality. His gulpfile and screep.d.ts was very useful.* - [vanhouc](https://github.com/vanhouc)
See also the list of [contributors](https://github.com/screepers/Screeps-Typescript-Declarations/contributors) who participated in this project.
0 commit comments