Releases: flowersinthesand/portal
Releases · flowersinthesand/portal
v1.1.1
Patch release to support Bower, stabilize and improve test suite for cross domain test and fix bugs.
Highlight
- Bower support. portal.js is available on Bower under the name of
portal
, front end package manager. - Cross-domain test suite. Test suite is more stabilized and improved.
See more on v1.1.1 issues
v1.1.0
Minor release to support Node.js, Asynchronous Module Definition (AMD), writing portal server and fix bugs.
Highlight
- AMD support. portal.js can be loaded by
require
in browser as an AMD module. - Node.js support. portal.js can run as Node.js client as well as browser client and is published to npm under the name of
portal-client
. - Test suite rewritten. To help write portal server, test suite is rewritten and runs on Node.js.
- Dropped support for old browsers. As policy for browser support, the one of jQuery 1.x is chosen and support for some old browsers is dropped accordingly.
- Website. Project's website is built using Foundation 5 and news and docs are added.
See more on v1.1.0 issues.
v1.0.1
Bug fixes and changes
v1.0.0
Initial release of Portal!