mirror of
https://github.com/kikito/inspect.lua.git
synced 2024-12-15 14:34:21 +00:00
Touch stuff about license. Add change log
This commit is contained in:
parent
103e8e843d
commit
e35338984d
16
README.md
16
README.md
@ -227,7 +227,8 @@ Remember to store the value returned by require somewhere! (I suggest a local va
|
|||||||
-- or --
|
-- or --
|
||||||
table.inspect = require 'inspect'
|
table.inspect = require 'inspect'
|
||||||
|
|
||||||
Also, make sure to read the license file; the text of that license file must appear somewhere in your projects' files.
|
Also, make sure to read the license; the text of that license file must appear somewhere in your projects' files. For your convenience, it's
|
||||||
|
included at the begining of inspect.lua.
|
||||||
|
|
||||||
Specs
|
Specs
|
||||||
=====
|
=====
|
||||||
@ -236,4 +237,17 @@ This project uses [busted](http://olivinelabs.com/busted/) for its specs. If you
|
|||||||
|
|
||||||
busted
|
busted
|
||||||
|
|
||||||
|
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`.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user