Skip to content

Releases: CromFr/nwn-lib-d

v1.1.2

07 Dec 20:42
3f4fe89
Compare
Choose a tag to compare

Automated release with GitHub Actions

v1.1.1

09 Jan 19:59
a869eac
Compare
Choose a tag to compare

Automated release with GitHub Actions

v1.1.0

31 Oct 19:59
a4eb9d4
Compare
Choose a tag to compare

Automated release with GitHub Actions

Breaking changes

nwn-gff CLI tool:

Changed the format of the json output: GFF Structs fields is now stored as a list instead of an object. This has the advantage to keep the fields ordering regardless of the json parser used, and gives more options for handling cases where more than one field uses the same label.

Previous JSON format is still available as the json_legacy format (nwn-gff -k json_legacy).

Before:

{
  "type": "struct",
  "__struct_id": 4294967295,
  "value": {
    "CreatureVersion": {
      "value": 1,
      "type": "int"
    }
  }
}

Now:

{
  "type": "struct",
  "__struct_id": 4294967295,
  "value": [
    {
      "label": "CreatureVersion",
      "value": 1,
      "type": "int"
    }
  ]
}

v1.0.6

12 Oct 17:22
0c476c8
Compare
Choose a tag to compare

Automated release with GitHub Actions

v1.0.5

12 Oct 14:43
d623237
Compare
Choose a tag to compare

Automated release with GitHub Actions

v1.0.4

28 Nov 13:28
a8b66ef
Compare
Choose a tag to compare

Automated release with GitHub Actions

v1.0.3

04 Sep 14:29
777f267
Compare
Choose a tag to compare

Automated release with GitHub Actions

v1.0.2

06 Mar 18:29
3745cd2
Compare
Choose a tag to compare

Automated release with GitHub Actions

v1.0.1

06 Mar 17:46
Compare
Choose a tag to compare

Automated release with GitHub Actions

v1.0.0

13 Jan 12:13
847807d
Compare
Choose a tag to compare

Automated release with GitHub Actions