Skip to content

Releases: RyanSusana/elepy

Version 2.2.3

08 Oct 08:11
Compare
Choose a tag to compare
(enhancement) added flatten maven plugin

2.2.2-hotfix-2

07 Oct 14:36
Compare
Choose a tag to compare
(enhancement) added flatten maven plugin

2.2.2-hotfix-1

07 Oct 14:18
Compare
Choose a tag to compare
(enhancement) added flatten maven plugin

Version 2.2.2

07 Oct 14:03
Compare
Choose a tag to compare
(enhancement) added flatten maven plugin

Local & CDN

06 Oct 17:58
Compare
Choose a tag to compare
  • Use the locally built ElepyVue, or the CDN version
  • Fix multiple selection

Version 2.1.0

02 Oct 10:53
Compare
Choose a tag to compare
  • Javalin Support
  • Fixed windows '/' issue
  • Lazy Loading of Elepy routes
  • Fixed Pagination

The version 2.0.0 release of Elepy.

07 Aug 17:30
Compare
Choose a tag to compare

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]

17 Mar 02:27
Compare
Choose a tag to compare
Pre-release

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!

04 Feb 09:53
Compare
Choose a tag to compare

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!

11 Jan 16:57
Compare
Choose a tag to compare
Version 1.7! Pre-release
Pre-release

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.