Skip to content

Commit

Permalink
Merge pull request #16 from platzhersh/feature/expressJS_remove_async…
Browse files Browse the repository at this point in the history
…_false_refactor

Feature/express js remove async false refactor
  • Loading branch information
platzhersh authored Sep 5, 2020
2 parents 67aa338 + ecdaa06 commit cd14c44
Show file tree
Hide file tree
Showing 8 changed files with 1,176 additions and 736 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
**.db**
*.db
.idea/
node_modules
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ Feel free to use / copy / modify my code, as long as you reshare your version an
Version history
===============

*Version 1.0.0 - 5.9.2020*
* use "default" version number format, go up to 1.0.0
* add `package.json`
* add `server.js`
* you can now run pacman running an express JS server, using `npm start`
* don't use ajax `async: false` anymore to load map config, since it has been marked as deprecated

*Version 0.93 - 8.1.2020*
* add `ads.txt`

Expand Down
2 changes: 1 addition & 1 deletion cache.manifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# Pacman 0.91 24.05.2016 beta
# Pacman 1.0.0 05.09.2020

CACHE:

Expand Down
Loading

0 comments on commit cd14c44

Please sign in to comment.