Skip to content

Commit cd14c44

Browse files
authored
Merge pull request #16 from platzhersh/feature/expressJS_remove_async_false_refactor
Feature/express js remove async false refactor
2 parents 67aa338 + ecdaa06 commit cd14c44

File tree

8 files changed

+1176
-736
lines changed

8 files changed

+1176
-736
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
**.db**
22
*.db
33
.idea/
4+
node_modules

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ Feel free to use / copy / modify my code, as long as you reshare your version an
2121
Version history
2222
===============
2323

24+
*Version 1.0.0 - 5.9.2020*
25+
* use "default" version number format, go up to 1.0.0
26+
* add `package.json`
27+
* add `server.js`
28+
* you can now run pacman running an express JS server, using `npm start`
29+
* don't use ajax `async: false` anymore to load map config, since it has been marked as deprecated
30+
2431
*Version 0.93 - 8.1.2020*
2532
* add `ads.txt`
2633

cache.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# Pacman 0.91 24.05.2016 beta
2+
# Pacman 1.0.0 05.09.2020
33

44
CACHE:
55

0 commit comments

Comments
 (0)