Ver. 0.4.14
Pre-release
Pre-release
Welcome back!
We're now releasing Meiling Gatekeeper version 0.4.14! 🥳
What's new?
Full refactoring on common
directory
Do you remember the .ts
file mess on common
directory? I do.
On 0.4.14, Those .ts
mess are structured via directory structure. plus, you can now call common functions via namespaces! (e.g. Meiling
, Terminal
, OAuth2
)
This update will enhance your code-readability for the future meiling development. (not for now, It is still in WIP)
"Main Guard" on ./src/index.ts
.
If you are creating script that refers variable on ./src/index.ts, this will be helpful for you.
This version contains several breaking change if you heavily modified meiling gatekeeper on its internals.
If then please update your code to use Meiling
namespace instead.
TL;DR
- This update enhances stability of Meiling Gatekeeper on Node 16.x.
- This software got full face-lift on
common
directory. If you have any modification on it, Please use newly createdMeiling
namespace!
Thank you for choosing Meiling Gatekeeper.
See you on next release!