Releases: hal/elemento
Releases · hal/elemento
Elemento 2.4.8
Fixed
- Added missing externs for
DurationFormatandDurationFormatOptionsnot yet in https://github.com/google/closure-compiler/blob/master/externs/browser/intl.js
Elemento 2.4.7
Added
- Add
FlowContext.peek()method to retrieve the object at the top of the stack without removing it.
Changed
- Change
Repeat.DEFAULT_INTERVALto 0
Fixed
- Fix
Flow.repeat()for tasks that start own promises.
Elemento 2.4.6
Fixed
- Fix annotation processing for Java 24+
Elemento 2.4.4
Fixed
- Fix Javadoc generation
Elemento 2.4.3
- Fix Javadoc generation
Elemento 2.4.2
Added
- Add
org.jboss.elemento.intl.Locale
Changed
- Replace constructors with static factory methods in
elemento-intlmodule
Fixed
- Fix Javadoc generation
Elemento 2.4.1
Fixed
- Fix namespace declarations for the
Intlclasses.
Elemento 2.4.0
Added
- New module
elemento-intlwith support of the Intl JavaScript API
Elemento 2.3.2
Changed
- Change
Elements.removeChildrenFrom(IsElement<E> element)to take into account if the element also implementsElementContainerDelegate<E, B>. In that case the children are removed from the container delegate instead of the element.
Elemento 2.3.1
Fixed
- Fix native object detection in the logging module