mirror of
https://github.com/kikito/inspect.lua.git
synced 2024-12-15 14:34:21 +00:00
changelog moved to its own file
This commit is contained in:
parent
8df8cd8b33
commit
54d2c28c7a
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,4 +1,14 @@
|
||||
v2.0.0
|
||||
## v3.0.0
|
||||
|
||||
The basic functionality remains as before, but there's one backwards-incompatible change if you used `options.filter`.
|
||||
|
||||
* **Removed** `options.filter`
|
||||
* **Added** `options.process`, which can be used to do the same as `options.filter`, and more.
|
||||
* **Added** two new constants, `inspect.METATABLE` and `inspect.KEY`
|
||||
* **Added** `options.indent` & `options.newline`.
|
||||
|
||||
|
||||
## v2.0.0
|
||||
|
||||
* Ability to deal with LuaJit's custom types
|
||||
* License change from BSD to MIT
|
||||
|
11
README.md
11
README.md
@ -243,14 +243,9 @@ This project uses [busted](http://olivinelabs.com/busted/) for its specs. If you
|
||||
Change log
|
||||
==========
|
||||
|
||||
## v3.0
|
||||
|
||||
The basic functionality remains as before, but there's one backwards-incompatible change if you used `options.filter`.
|
||||
|
||||
* **Removed** `options.filter`
|
||||
* **Added** `options.process`, which can be used to do the same as `options.filter`, and more.
|
||||
* **Added** two new constants, `inspect.METATABLE` and `inspect.KEY`
|
||||
* **Added** `options.indent` & `options.newline`.
|
||||
Read it on the CHANGELOG.md file
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user