Skip to content

Commit 00e7694

Browse files
Merge pull request #1 from screepers/master
update from master
2 parents f2b2aee + ad79166 commit 00e7694

20 files changed

+728
-402
lines changed

README.md

+17-8
Original file line numberDiff line numberDiff line change
@@ -55,21 +55,29 @@ npm run compile
5555

5656
# Changelog
5757

58+
### v4.2.1 2016-07-25 [ChangeLog](http://support.screeps.com/hc/en-us/articles/210048285-Changelog-2016-07-22)
59+
- Added new toPublic option to `Creep.say`
60+
- 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+
5866
### v4.0.1
59-
- Fix issues with REACTIONS and LOOK_* constants
67+
- Fixed issues with REACTIONS and LOOK_* constants
6068

6169
### 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.
6472
- 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.
6876

6977
### v3.0.0 Change all usage of interface to class.
7078
Please raise an issue if this break your code!
7179

72-
### v2.1.0 2016-06-23 [ChangeLog] (http://support.screeps.com/hc/en-us/articles/209164605-Changelog-2016-06-17)
80+
### v2.1.0 2016-06-23 [ChangeLog](http://support.screeps.com/hc/en-us/articles/209164605-Changelog-2016-06-17)
7381
- Added new method StructureRampart.setPublic.
7482
- Added new property StructureRamprt.isPublic.
7583
- Added new global property Game.constructionSites.
@@ -134,9 +142,10 @@ Unfortunately other changes in that changelog are not added yet. We're working o
134142

135143
## Authors
136144

145+
* **Nhan Ho** - *Current maintainer* - [NhanHo](https://github.com/NhanHo)
137146
* **Marko Sulamägi** - *Converted Cameron's work to quickly installable TS skeleton app.* - [MarkoSulamagi](https://github.com/MarkoSulamagi)
138147
* **vanhouc** - *Screep project with TS functionality. His gulpfile and screep.d.ts was very useful.* - [vanhouc](https://github.com/vanhouc)
139-
* **Nhan Ho** - *Helpful contributor* - [NhanHo](https://github.com/NhanHo)
148+
140149

141150
See also the list of [contributors](https://github.com/screepers/Screeps-Typescript-Declarations/contributors) who participated in this project.
142151

0 commit comments

Comments
 (0)