Releases: RyanSusana/elepy
Releases · RyanSusana/elepy
Version 2.2.3
(enhancement) added flatten maven plugin
2.2.2-hotfix-2
(enhancement) added flatten maven plugin
2.2.2-hotfix-1
(enhancement) added flatten maven plugin
Version 2.2.2
(enhancement) added flatten maven plugin
Local & CDN
- Use the locally built ElepyVue, or the CDN version
- Fix multiple selection
Version 2.1.0
- Javalin Support
- Fixed windows '/' issue
- Lazy Loading of Elepy routes
- Fixed Pagination
The version 2.0.0 release of Elepy.
This is the 2.0.0 release of Elepy.
It features:
- A new hexagonal architecture
- Native support for file upload and file references
- A new documentation site
- Support for inner objects
- Support for collections
- A reworked Admin UI
- and much more...
Version 2.0.0 [BETA-1]
This is the beta-1 release of Elepy 2. It features a new login screen and a bunch of improvements to be found here: https://github.com/RyanSusana/elepy/projects/2
<dependency>
<groupId>com.elepy</groupId>
<artifactId>elepy-*</artifactId>
<version>2.0.0-beta-1</version>
</dependency>
Version 1.8!
This version of Elepy comes with the following features:
- Dependency Injection micro-framework
- Extra routing
- A revamped module system
- A bunch of documentation
- A bunch of tweaks and bug fixes
Version 1.7!
This version adds ALOT of documentation.
It includes the launch of https://elepy.com
It introduces breaking changes to the configuration of Elepy.
It eliminates the idea of single instances.