Skip to content

Releases: apuliasoft/j2se-js

v1.3.0

20 Jul 14:55
Compare
Choose a tag to compare

<a name"1.3.0">

1.3.0 (2017-07-20)

Features

  • Jdouble: first implementation of Jdouble (a273fafb)

v1.2.0

20 Jul 14:39
Compare
Choose a tag to compare

<a name"1.2.0">

1.2.0 (2017-07-20)

Features

  • Jint: Int32Array is used instead of bitwise operator (6b2bf716)

v1.1.0

17 Jul 18:47
Compare
Choose a tag to compare

<a name"1.1.0">

1.1.0 (2017-07-17)

Bug Fixes

  • condition framework: deleted the framework, added JCondition interface (e85077a5)
  • conditions framework: replaced jcondition with jequality (354623ed)
  • java.lang: fixed linting issues (f8c62e64)
  • jobject: removed failing test on getClass() (9342bdd7)

Features

  • JInt: implemented signed 32bit overflow (7c514553)
  • condition framework: implemented JRelational for Jint (27f4c91e)
  • conditions framework: implemented JEquality for Jint (3755be86)
  • java.io:
    • first implementation of java.io.Serializable (9568b4ad)
    • init java.io initialized java.io package with npm and rollup configuration files (4735e777)
    • init java.io initialized java.io package with npm and rollup configuration files (433c3805)
  • java.lang:
    • first implementation of boolean primitive (4949f0bd)
    • first implementation of java.lang.Comparable (460225b8)
    • first implementation of java.lang.Object (4f93fd3f)
    • init java.lang (b29ee5f7)
  • java.lang.reflect: init java.lang.reflect initialized java.lang.reflect package with npm and rollup (dc682f83)
  • utils: eq(..) and ne(..) for Jboolean and JObject in comparison framework (ffff411e)

v1.0.0

11 Apr 10:24
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2017-04-11)

Features

  • util: first implementation of java.util.Calendar (8dacb02a)