Skip to content

Latest commit

 

History

History
156 lines (114 loc) · 11 KB

CHANGELOG.md

File metadata and controls

156 lines (114 loc) · 11 KB

Changelog

v4.0.0 (2024-04-12)

Feature

  • data: Parse to string by default (4a9fd95)

Fix

  • UnityDocument: Preserve version and tags (59647f7)

Breaking

  • All data is now deserialized to Python str (4a9fd95)

See all commits in this version

v3.0.1 (2023-07-26)

Fix

  • dependencies: Upgrade PyYaml version (8e7f163)

See all commits in this version

v3.0.0 (2023-07-21)

Feature

  • deps: Update pyyaml to 6.0 (e989e15)

Breaking

  • Support for Python 3.6 dropped (e989e15)

See all commits in this version

v2.2.2 (2023-03-21)

Fix

  • setup: Add requirements folder to sdist (85df55c)

Documentation

See all commits in this version

v2.2.1 (2022-11-24)

Fix

  • ci: Disable firstParent (a2ae5bf)

See all commits in this version

v2.2.0 (2022-05-28)

Feature

  • command: Allow testing arbitraty files (085eb2f)
  • parser: Fix #32 (e300ccf)

See all commits in this version

v2.1.5 (2022-02-22)

Fix

See all commits in this version

v2.1.4 (2022-02-18)

Fix

See all commits in this version

v2.1.3 (2022-02-18)

Fix

See all commits in this version

v2.1.2 (2022-02-18)

Fix

  • ci: Hopefully ran publish step #4 (3f4977b)
  • ci: Hopefully ran publish step #3 (619c1b2)
  • ci: Hopefully ran publish step #2 (6c3f77d)
  • ci: Hopefully ran publish step (d62cf73)
  • Makefile: Continue on dist prune error (0f9172e)
  • ci: Correct release condittional (43179a0)

Documentation

  • CHANGELOG: Fix missing commits (dfcdb40)

See all commits in this version

v2.1.1 (2022-02-16)

Feature

  • Makefile: Add lint and release steps (33a84ee)
  • deploy: Add publishing requirements (017a8da)
  • ci: Enable pypi publishing (5564eb8)
  • ci: Archive logs on failure (35a1170)
  • ci: Add GH Actions CI (79f9869)

Fix

  • version: Manually bump version (f6db941)
  • deploy: Use correct release branch (2fd9225)
  • ci: Taget correct branch on release (d7505c1)
  • requirements: Flexible requirement files (4bd47d5)
  • ci: Uses actions (3a0341e)

Documentation

  • CONTRIBUTING: Updated rules (41ecab0)

See all commits in this version

v2.0.0 (2021-05-03)

Feature

  • representer: Save string representation (6b2bb15)

Fix

  • command: Convert Path to str (157db9e)

Breaking

  • A security update of PyYAML to 5.4 forces to drop support to Python 3.5 (beaf2f6)

See all commits in this version

v1.0.0 (2019-12-06)

Feature

  • resolver: Add safe value types int and float (3bd6918)
  • unitydocument: Add get and filter methods to UnityDocument (36a4b91)
  • Makefile: Add update-changelog make command (eb3cbd5)
  • travis: Add commitlint check step to Travis CI (050f4d5)
  • commitlint: Add commitlint configuration (73d0d81)

Breaking

  • loaded UnityClass entries attributes may now be int or float too, not only strings. (3bd6918)

Documentation

  • readme: Update examples and remove solved considerations (0f200a8)
  • contributing: Update contributing (c577705)
  • readme: Updated examples (0e02334)

See all commits in this version

v0.1.0 (2019-10-18)

Feature

  • prefab: Add scene and prefab support (dec5a27)

Fix

  • UnitClassIdMap: Allow identifying Unity classes by it's 'id-name' (18e55a4)
  • UnityClassIdMap: Make UnityClassIdMap reset method inter-process safe (7175e3e)
  • tests: Add autouse fixture to ensure every test runs with a clear (bc1db54)
  • travis: Fix windows miniconda not finding libraries (6738224)

See all commits in this version

v0.0.1 (2019-06-11)

Feature