ao-messaging-http-client-js-3.0.0
Release Notes
- Now supports Java 9+ modules with included
module-info.class
. - Maven artifact relocated from
com.aoindustries:ao-messaging-http-client-js
tocom.aoapps:ao-messaging-http-client-js
. - Script path changed from
aoindustries.js
toaoapps.js
. - JavaScript top-level object renamed from
aoindustries
toaoapps
.
ao-messaging-http-client-js-2.0.0
Release Notes
Switched to NPM-based WebJars in groupId
org.webjars.npm
, where possible. The NPM WebJars seem more up-to-date and actively supported than Classic WebJars.Furthermore, Bower has been deprecated, so we are reluctant to use either "Bower GitHub" or "Bower Original" WebJars.
ao-messaging-http-client-js-1.2.1
Release Notes
-
Reduced use of property substitutions in
pom.xml
. This is to help 3rd-party parsers that fail to perform full Maven-compatible substitutions.
ao-messaging-http-client-js-1.1.1
Release Notes
- Updated version of AO OSS Parent.
- Changed "$" to "jQuery" for compatibility with jQuery.noConflict().
- Added jQuery 3.4.1 as a Maven dependency via WebJars.
ao-messaging-http-client-js-1.1.0
Release Notes
- Updated version of AO OSS Parent.
ao-messaging-http-client-js-1.0.3
Release Notes
- Updated dependencies.
ao-messaging-http-client-js-1.0.2
Release Notes
- New AO OSS Parent POM to simplify
pom.xml
files. - Project documentation moved to per-project book in SemanticCMS format.
- Added changelog as top-level project link.
ao-messaging-http-client-js-1.0.1
Release Notes
- Improved Javadoc formatting.
- Improved README formatting.
ao-messaging-http-client-js-1.0.0
Release Notes
- Project moved to GitHub and Maven.