1
Fork 0
Commit graph

256 commits

Author SHA1 Message Date
Matei Adriel c56f734d82
typescript(option): fix: fixed tslib not beeing installed
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-23 13:35:04 +02:00
Matei Adriel b16272a3aa
typescript(option): feat: added a bindAsync helper
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-23 13:31:56 +02:00
Matei Adriel 9236bade0c
typescript(option): feat: added a mapAsync helper
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-23 13:29:38 +02:00
Matei Adriel 467198921d
typescript(option): refactor: split heplers in different files
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-23 13:17:51 +02:00
Matei Adriel d1b7740878
typescript(option): refactor: Ditched the cusom NominalType type
typescript(option):
typescript(option): Instead of defining my own NominalType now I use the Brand type from
typescript(option): utility types.

Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-23 13:00:11 +02:00
Matei Adriel aed68688a1
typescript(option): fix: fixed the exporting by misstake of Some and None
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-22 17:50:25 +02:00
Matei Adriel 92a5ecbca1
typescript(option): feat: using symbols instead of plain strings
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-22 17:48:39 +02:00
Matei Adriel 6f93885507
typescript(option): chore: fixed build process
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-22 17:38:10 +02:00
Matei Adriel 906096a5cb
typescript(option): feat: Refactored everything to use nominal types
typescript(option):
typescript(option): BREAKING CHANGE: flat only works on one layer but is now strongly typed | everything uses nominal types now | match has the correct parameter order

Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-22 15:38:16 +02:00
Matei Adriel db6417d871
typescript(option): docs: fixed the fromNullable section not beeing in the table of contents
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-20 15:00:54 +02:00
Matei Adriel 7c143655ae
typescript(option): feat: added the fromArray function to the docs
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-20 15:00:09 +02:00
Matei Adriel 15f54ea45f
typescript(option): feat: added a fromArray helper
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-20 14:57:46 +02:00
Matei Adriel 689c746682
typescript(option): refactor: islotated T | null in a Nullable internal type and updated the docs
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-20 14:54:40 +02:00
Matei Adriel 6bd58b46ff
typescript(option): docs: added the docs for the fromNullable helper
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-20 14:46:53 +02:00
Matei Adriel 1f1afc0f28
typescript(option): feat: added a fromNullable helper
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-20 14:44:42 +02:00
Matei Adriel aa18688c7a
typescript(option): refactor: refactored iter to use always
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-20 14:41:13 +02:00
Matei Adriel 04ca5c6e00
typescript(option): chore: fixed readme docs url
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 20:58:54 +02:00
Matei Adriel 64cbae4830
typescript(option): docs: started working on the docs
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 20:42:23 +02:00
Matei Adriel 5c3225273c
typescript(option): fix: fixed fold returning void
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 20:23:59 +02:00
Matei Adriel 1fda9e8242
typescript(option): fix: fixed the flat helper returning a non-option value
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 15:12:01 +02:00
Matei Adriel c9cc0b0f22
typescript(option): feat: added a "flat" helper
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 14:34:48 +02:00
Matei Adriel 17569d9417
typescript(option): chore: explicitly set package to public
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 14:27:19 +02:00
Matei Adriel 4ebe549c29
typescript(option): feat: added a withDefault hepler
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 14:20:47 +02:00
Matei Adriel 0458b226c7
typescript(option): refactor: created some internal helpers to clean some of the code
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 14:17:55 +02:00
Matei Adriel c226f17987
typescript(option): chore: fixed github action config... again
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 14:10:32 +02:00
Matei Adriel 068f6ebd50
typescript(option): chore: added a Readme
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 14:06:56 +02:00
Matei Adriel 9a2ff8d174
typescript(option): chore: changed amd namespace to Option
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 14:04:54 +02:00
Matei Adriel ec2964ecff
typescript(option): chore: fixed github action config
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 14:03:26 +02:00
Matei Adriel 4cdd386295
typescript(option): chore: replaced rollup-plugin-node-resolve with @rollup/plugin-node-resolve
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 14:01:33 +02:00
Matei Adriel 8620f4b78d
typescript(option): chore: added semantic release
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 13:50:17 +02:00
Matei Adriel 1178d04079
typescript(option): feat: custom toString method for better logging
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 13:44:39 +02:00
Matei Adriel b388fb76aa
typescript(option): feat: added the base helpers
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 13:26:22 +02:00
Matei Adriel 052584b09a
typescript(option): chore: initial setup
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-19 12:37:48 +02:00
Matei Adriel 18892b03df
typescript(loopover): 0.1.1
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-25 18:19:11 +02:00
Matei Adriel 606d4546b0
typescript(loopover): chore: changed descriptions, amd build namespace
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-25 18:19:06 +02:00
Matei Adriel 23e9f54b57
typescript(loopover): ci: Added a basic github action
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-25 18:11:59 +02:00
Matei Adriel 43e657ac90
typescript(loopover): 0.1.0
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-25 18:05:09 +02:00
Matei Adriel d1b2f9e967
typescript(loopover): chore: added badges to the readme
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-25 18:04:25 +02:00
Matei Adriel a5ecfc656f
typescript(loopover): chore: added a readme
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-25 17:56:02 +02:00
Matei Adriel a156a02f94
typescript(loopover): chore: removed the testing stuff (for now)
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-25 17:34:29 +02:00
Matei Adriel 90b404f68b
typescript(loopover): feat: added the moveY method to the GameState class
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-25 17:31:07 +02:00
Matei Adriel 73f94f3018
typescript(loopover): feat: added the moveX method to the GameState class
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-25 17:08:07 +02:00
Matei Adriel 6894448f60
typescript(loopover): feat: added a basic GameState class
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-25 09:56:09 +02:00
Matei Adriel 91e8f869aa
typescript(loopover): chore: initial rollup setup
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-25 09:33:33 +02:00
dependabot[bot] 8961f4b523
typescript(lunargame/api): Bump knex from 0.18.1 to 0.19.5
typescript(lunargame/api):
typescript(lunargame/api): Bumps [knex](https://github.com/tgriesser/knex) from 0.18.1 to 0.19.5.
typescript(lunargame/api): - [Release notes](https://github.com/tgriesser/knex/releases)
typescript(lunargame/api): - [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md)
typescript(lunargame/api): - [Commits](https://github.com/tgriesser/knex/commits/0.19.5)
typescript(lunargame/api):
typescript(lunargame/api): Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-02 05:12:09 +00:00
Matei Adriel bf7e7308be
typescript(og-website): better mobile experience
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-10-20 16:27:23 +03:00
Matei Adriel 4ccd98961c
typescript(og-website): added url to readme
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-10-20 15:06:48 +03:00
Matei Adriel 6cb3f6fe03
typescript(og-website): moved some devDependencies to dependencies
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-10-20 15:01:13 +03:00
Matei Adriel 4668f5ebb5
typescript(og-website): Initial commit
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-10-20 14:44:05 +03:00
Matei Adriel ce24e8e1cd
typescript(og-website): finished projects page
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-10-20 14:43:20 +03:00
Matei Adriel 79fea699a7
typescript(og-website): basic projects page
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-10-20 14:20:54 +03:00
Matei Adriel 4b9d6c80ad
typescript(og-website): initial setup, basic home page and some other things
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-10-20 13:26:11 +03:00
Mateiadrielrafael 48edeb1093
typescript(lunargame/api): overall better tests (except for the validate ones)
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-08-13 23:58:20 +03:00
Mateiadrielrafael ffe0ad26ea
typescript(lunargame/api): added a simple readme
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-08-13 10:02:34 +03:00
Matei Adriel a9e2a7c5e6
typescript(lunargame/api): Initial commit
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-08-13 09:45:23 +03:00
Mateiadrielrafael 02bf17d559
typescript(lunargame/api): added eslint
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-08-12 21:12:56 +03:00
Mateiadrielrafael 013b17dc22
typescript(lunargame/api): got supertest sessions to work
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-08-11 19:08:55 +03:00
Mateiadrielrafael dfab3750f9
typescript(lunargame/api): basic jest setup
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-08-11 12:14:56 +03:00
Mateiadrielrafael 175cea413f
typescript(lunargame/api): initial commit
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-08-10 23:09:33 +03:00
Matei Adriel ba844b45c1
typescript(lunargame/client): games page
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-07-09 18:03:28 +03:00
Matei Adriel db4f749cd3
typescript(lunargame/client): progress on user page
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-07-08 15:04:19 +03:00
Matei Adriel 2bc7d4e3e1
typescript(lunargame/client): login and sign up buttons
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-07-07 01:21:13 +03:00
Matei Adriel 1bd3144e49
typescript(lunargame/client): added babel and webpack
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-07-05 14:20:26 +03:00
Matei Adriel 848ea7cc3a
typescript(lunargame/client): Initial commit
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-07-05 12:46:59 +03:00
Matei Adriel 71b25996c2
typescript(multiplayer-backend): before making private
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-07-05 12:22:59 +03:00
Matei Adriel bffd04906b
typescript(pleix-frontend): inital commit
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-05-20 17:48:26 +03:00
Matei Adriel 047d724e9a
typescript(pleix-frontend): Initial commit
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-05-20 17:47:36 +03:00
Matei Adriel 6fb7143528
typescript(multiplayer-backend): 😁 Fixed the auth route!
typescript(multiplayer-backend): (the login one is still broken)
typescript(multiplayer-backend):
typescript(multiplayer-backend): Started refactoring the auth and fixing the folder structure!

Signed-off-by: prescientmoon <git@moonythm.dev>
2019-05-20 17:43:59 +03:00
Matei Adriel 3740397789
typescript(multiplayer-backend): 😃 Started rewriting the auth code using stateless tokens.
typescript(multiplayer-backend): (now i  hate JWTs, thanks to some random discrod user).
typescript(multiplayer-backend): Most of it
typescript(multiplayer-backend): doesnt work, its more of a prototype.

Signed-off-by: prescientmoon <git@moonythm.dev>
2019-05-19 22:38:31 +03:00
Matei Adriel da0a55fd84
typescript(multiplayer-backend): trying to add webhooks for discord
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-05-19 21:42:59 +03:00
Matei Adriel 66e2ef3d4a
typescript(multiplayer-backend): trying to add webhooks for discord
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-05-19 21:41:34 +03:00
Matei Adriel 12c984b560
typescript(multiplayer-backend): trying to add webhooks for discord
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-05-19 21:39:32 +03:00
Matei Adriel 7f3b756378
typescript(multiplayer-backend): initial commit
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-05-19 21:37:39 +03:00
Matei Adriel 1544ca69e2
typescript(multiplayer-backend): email validation tests
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-04-15 18:59:30 +03:00
Matei Adriel 2f63c80c3d
typescript(simio-client): my second attempt at trying to deploy to gh pages
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-04-10 21:43:48 +03:00
Matei Adriel ec6097e6dc
typescript(simio-client): my second attempt at trying to deploy to gh pages 2019-04-10 21:37:48 +03:00
Matei Adriel 27d9a7c8f3
typescript(simio-client): trying to deploy to gh pages
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-04-10 21:29:05 +03:00
prescientmoon 89df80228d
typescript(simio-client): Initial commit
Signed-off-by: prescientmoon <git@moonythm.dev>
2024-09-01 00:57:56 +02:00
Matei Adriel 46fc9545c7
typescript(simio-client): initial commit
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-04-04 17:50:01 +03:00
Matei Adriel 87d8999c68
typescript(multiplayer-backend): Initial commit
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-04-04 13:38:57 +03:00
Matei Adriel aab92b9cb0
typescript(translucid): hopefully fixed markup
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-28 20:05:35 +02:00
Matei Adriel 6474896119
typescript(translucid): 1.1.0
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-28 20:02:27 +02:00
Matei Adriel 56a27a0398
typescript(translucid): updated docs
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-28 20:01:16 +02:00
Matei Adriel 8d274609bb
typescript(translucid): 1.0.31
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 22:35:53 +02:00
Matei Adriel 2f229fb449
typescript(translucid): fixed forbbiden sendFile
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 22:35:44 +02:00
Matei Adriel 76430ff691
typescript(translucid): 1.0.30
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 22:29:23 +02:00
Matei Adriel 052fe299be
typescript(translucid): fixed wrong order in ternary operator
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 22:28:55 +02:00
Matei Adriel 1ff1cff2f7
typescript(translucid): 1.0.29
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 22:27:03 +02:00
Matei Adriel 1cdc900c55
typescript(translucid): Fixed: 'UnhandledPromiseRejectionWar
typescript(translucid): ning: ReferenceError: sendfiles is not defined'

Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 22:26:54 +02:00
Matei Adriel ccc239c393
typescript(translucid): 1.0.28
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 22:24:09 +02:00
Matei Adriel 6efde2655e
typescript(translucid): Fixed 'UnhandledPromiseRejectionWarning: TypeError: Assignment to constant variable.'
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 22:23:50 +02:00
Matei Adriel 19a261729f
typescript(translucid): 1.0.27
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 22:21:39 +02:00
Matei Adriel 190a9f8e12
typescript(translucid): fixed undefined
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 22:21:31 +02:00
Matei Adriel 4357da589a
typescript(translucid): 1.0.26
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 22:18:59 +02:00
Matei Adriel 9afe56a038
typescript(translucid): added sendFiles option to json
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 22:18:43 +02:00
Matei Adriel 53351b93c9
typescript(translucid): 1.0.25
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 22:15:02 +02:00
Matei Adriel 6349cd4442
typescript(translucid): i think i fixed it
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 22:14:51 +02:00
Matei Adriel 220c6667a3
typescript(translucid): 1.0.24
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 21:55:04 +02:00
Matei Adriel 49594865ea
typescript(translucid): nnnnnnnnoooooooooooo
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 21:54:51 +02:00
Matei Adriel 1feb795761
typescript(translucid): noooooooooo
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 21:54:03 +02:00
Matei Adriel f9bef432e3
typescript(translucid): 1.0.23
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 21:51:22 +02:00
Matei Adriel c8bd42b769
typescript(translucid): logged
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 21:51:07 +02:00
Matei Adriel 13fe6be102
typescript(translucid): 1.0.22
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 21:46:49 +02:00
Matei Adriel e4ca1e7e50
typescript(translucid): hopefully...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 21:46:26 +02:00
Matei Adriel d51f2eba4b
typescript(translucid): 1.0.21
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 21:18:10 +02:00
Matei Adriel 542d2d1e9a
typescript(translucid): testing automated update
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 21:18:03 +02:00
Matei Adriel 1a457d4ec7
typescript(translucid): 1.0.20
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 21:17:00 +02:00
Matei Adriel c45c79791c
typescript(translucid): 1.0.19
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 21:11:07 +02:00
Matei Adriel 150648e4b3
typescript(translucid): testing automated update
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 21:11:05 +02:00
Matei Adriel 0d81041041
typescript(translucid): 1.0.18
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 21:06:56 +02:00
Matei Adriel 00abe6ef08
typescript(translucid): hate it even more (jk)
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 21:06:48 +02:00
Matei Adriel 0000de95cf
typescript(translucid): 1.0.17
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 21:04:40 +02:00
Matei Adriel 3379d14686
typescript(translucid): i hate this bug
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 21:04:23 +02:00
Matei Adriel ec31174b1b
typescript(translucid): 1.0.16
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 21:01:50 +02:00
Matei Adriel 2d3fcc12b7
typescript(translucid): oof
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 21:01:26 +02:00
Matei Adriel 1e028a4567
typescript(translucid): 1.0.15
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 20:49:58 +02:00
Matei Adriel 656e41473c
typescript(translucid): fixed the bug
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 20:49:50 +02:00
Matei Adriel 4427e45702
typescript(translucid): 1.0.14
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 20:45:57 +02:00
Matei Adriel 2a955d675f
typescript(translucid): unknown bug
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 20:45:32 +02:00
Matei Adriel a80dda078b
typescript(translucid): 1.0.13
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 20:27:26 +02:00
Matei Adriel 43f997013d
typescript(translucid): typescipited
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 20:26:18 +02:00
Matei Adriel f95c98d2f4
typescript(translucid): 1.0.12
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-20 13:13:32 +02:00
Matei Adriel 23dd6e580d
typescript(translucid): fixed res path of public
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-20 13:13:08 +02:00
Matei Adriel 933e964ff0
typescript(translucid): 1.0.11
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-20 13:10:10 +02:00
Matei Adriel 96bc542e76
typescript(translucid): fixed express static file path without __dirname
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-20 13:09:45 +02:00
Matei Adriel aea0646dc8
typescript(translucid): 1.0.10
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-20 13:07:17 +02:00
Matei Adriel efa99a1f08
typescript(translucid): fixed express bug
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-20 13:06:55 +02:00
Matei Adriel 908a69c985
typescript(translucid): 1.0.9
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-20 13:04:58 +02:00
Matei Adriel 90957e1772
typescript(translucid): 0.0.9
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-20 13:03:42 +02:00
Matei Adriel 5d08b794bf
typescript(translucid): public
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-20 13:02:48 +02:00
Matei Adriel 09eccccf97
typescript(translucid): 1.0.8
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-20 12:57:49 +02:00
Matei Adriel 62bf58898e
typescript(translucid): deprecations
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-20 12:57:11 +02:00
Matei Adriel 39afed78dc
typescript(translucid): 1.0.7
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-20 12:54:21 +02:00
Matei Adriel 3f4adad4ae
typescript(translucid): deprecated false
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-20 12:53:57 +02:00
Matei Adriel 7bf47c368a
typescript(translucid): 1.0.6
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-20 12:49:31 +02:00
Matei Adriel b915bd8eda
typescript(translucid): fixed path
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-20 12:49:14 +02:00
Matei Adriel ac9dfc4c0b
typescript(translucid): 1.0.5
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-20 12:45:48 +02:00
Matei Adriel ed416caf08
typescript(translucid): idk anymore
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-20 12:45:23 +02:00
Matei Adriel d0fbe7b5e9
typescript(translucid): 1.0.4
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-20 12:40:43 +02:00
Matei Adriel 43a4771148
typescript(translucid): fixed bugs
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-20 12:40:25 +02:00
Matei Adriel 46fdc8a70a
typescript(translucid): 1.0.3
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-20 12:36:18 +02:00
Matei Adriel dd2f058a4a
typescript(translucid): oof
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-20 12:35:39 +02:00
Matei Adriel 5c5dfac46d
typescript(translucid): 1.0.2
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-19 23:38:40 +02:00
Matei Adriel 33b24d79f5
typescript(translucid): fixed critical bug
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-19 23:38:16 +02:00
Matei Adriel 5ba5303467
typescript(translucid): 1.0.1
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-19 23:35:04 +02:00
Matei Adriel 57b52f72d3
typescript(translucid): fixed middleware typo
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-19 23:34:32 +02:00
Matei Adriel e3b8c17c56
typescript(translucid): fixed typos
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-19 23:32:08 +02:00
Matei Adriel 6388e9cafb
typescript(translucid): added [] in keys in readme
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-19 23:25:24 +02:00
Matei Adriel 1b388a05d1
typescript(translucid): changed the readme
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-19 23:23:09 +02:00
Matei Adriel a098fe038e
typescript(translucid): old files
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-19 23:01:04 +02:00