Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Sep 14, 2019
1 parent 9a38bb7 commit 94bb1f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Remodel Changelog

## Unreleased Changes

## 0.2.0 (2019-09-14)
* Improved CLI documentation. Try `remodel help`!
* Added support for extra arguments. They're passed into the script as `...`.
* Added support for reading from stdin. Use `-` as the input file!
* `echo "print('Hi')" | remodel -`
* Split `remodel.load` into `remodel.readPlaceFile` and `remodel.readModelFile`.
* **Breaking:** split `remodel.load` into `remodel.readPlaceFile` and `remodel.readModelFile`.
* `readPlaceFile` can only read `rbxlx` files, and returns a `DataModel` instance.
* `readModelFile` can only read `rbxmx` files, and returns a list of instances.
* Split `remodel.save` into `remodel.writePlaceFile` and `remodel.writeModelFile`.
* **Breaking:**: split `remodel.save` into `remodel.writePlaceFile` and `remodel.writeModelFile`.
* `writePlaceFile` can only write `rbxlx` files.
* `writeModelFile` can only write `rbxmx` files.
* This split helps Remodel avoid funny tricks to detect what encoding scheme to use.
Expand Down

0 comments on commit 94bb1f0

Please sign in to comment.