Releases: smclab/liferay-connector
0.9.0 — Support for Liferay DXP and Liferay Portal CE 7.0
0.8.1 — Better support for primitive values
- Solved a regression for boolean return values.
The provided liferay-connector-commonjs-0.8.1.zip
can be installed as usually.
0.8.0 — Support for Liferay Portal CE 6.2.3 GA4
We now correctly support the GA4 of Liferay 6.2, by using the right euristics to understand exceptions.
The provided liferay-connector-commonjs-0.8.0.zip
can be installed as usually.
0.7.0 — Support for Titanium SDK 3.5.0
Using the new titaniumifier
1.1.0 we can now use its polyfills for clear/setTimeout
and not break anything on Titanium SDK 3.5.0.
The provided liferay-connector-commonjs-0.7.0.zip
can be installed as usually.
0.6.3 — Strict-mode compliant
Minor change in how we capture the stacktrace for Node.js, now without the usage of arguments.callee
and therefore strict-mode compliant.
The provided liferay-connector-commonjs-0.6.3.zip
can be installed as usually.
0.6.2 — Exporting `request`
With this release you have access to the underlying superagent
instance that is used to issue requests.
The provided liferay-connector-commonjs-0.6.2.zip
can be installed as usually.
0.6.1 — Updating deps, fixing authentication error reporting
Now every specified dep is update (as of writing) and we fixed a small issue where Node.js couldn’t parse the HTML response Tomcat gave when failing authentication.
For Titanium SDK you can install the provided liferay-connector-commonjs-0.6.1.zip
as usually.
0.5.0 — Updated dependencies
Updated to [email protected]
and [email protected]
.
For Titanium SDK you can install the provided liferay-connector-commonjs-0.5.0.zip
as usually.
0.4.0 — Parameter normalization
This release has four interesting changes:
- even more deep integration tests;
- camelCase normalization of parameters (
somethingURL
becomessomethingUrl
, see issue #5); - automatic explicit instantiation with class name (for example for
serviceContext
, see issue #4); - support for Titanium SDK 3.3.0.GA.
Very small steps separate us from the 1.0 release!
For Titanium SDK you can install the provided liferay-connector-commonjs-0.4.0.zip
as usually.
0.3.1 — Fixes for Liferay 6.2
This release fixes a small stupid error made on lib/connectors/liferay62.js
. This version also includes a lot of new tests.
You can see the changes here.
For Titanium SDK you can install the provided liferay-connector-commonjs-0.3.1.zip
as usually.