Skip to content

Releases: smclab/liferay-connector

0.9.0 — Support for Liferay DXP and Liferay Portal CE 7.0

09 Feb 15:07
Compare
Choose a tag to compare
  • Extended support to Liferay DXP and Liferay Portal CE 7.0 — thanks @Robbe92!

The provided liferay-connector-commonjs-0.9.0.zip can be installed as usually.

0.8.1 — Better support for primitive values

08 Jul 07:15
139850f
Compare
Choose a tag to compare
  • 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

23 Jun 23:53
7f02345
Compare
Choose a tag to compare

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

24 Jan 01:05
f6ad634
Compare
Choose a tag to compare

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

17 Nov 18:15
944e967
Compare
Choose a tag to compare

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`

10 Nov 18:43
644d825
Compare
Choose a tag to compare

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

27 Sep 22:44
Compare
Choose a tag to compare

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

27 Sep 13:50
Compare
Choose a tag to compare
Pre-release

Updated to superagent@0.19 and ti-superagent@0.6.0.

For Titanium SDK you can install the provided liferay-connector-commonjs-0.5.0.zip as usually.

0.4.0 — Parameter normalization

28 Jul 23:19
Compare
Choose a tag to compare
Pre-release

This release has four interesting changes:

  • even more deep integration tests;
  • camelCase normalization of parameters (somethingURL becomes somethingUrl, 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

17 Mar 09:35
Compare
Choose a tag to compare
Pre-release

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.