OGX.JS Javascript Framework version 1.41.0
2024-10-06
We’re excited to announce the release of OGX.JS version 1.41! This update is brimming with new features, bug fixes, and enhancements, reinforcing OGX.JS as a powerful and user-friendly JavaScript framework.
What is OGX.JS ?
OGX.JS is a robust JavaScript framework designed to support the creation of scalable and maintainable web applications. It simplifies code organization and promotes the development of modular, reusable, and self-contained components.
What’s New in OGX.JS 1.41
New Features
This feature requires OGX.CLI 1.16.0+, make sure to update the CLI. In order to use this feature, your app must be built by doing
ogx build release mypassword --js
Note that the .js files in the /bin folder are not encrypted due to expected OGX init in this folder. This might change in the future to impose creating the OGX.JS instance in bin/index.js and be able to encrypt the rest of the /bin folder.
Other Changes
For more information about OGX.JS, please head over to the wiki on github