Skip to content

Releases: andrey-moura/lavi

1.9.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 03:12
51d1f1f

Release v1.9.1

Features

Fixes

Other changes

Full Changelog: 1.9.0...1.9.1

1.9.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 01:50

Release v1.9.0

Features

Fixes

Other changes

Full Changelog: 1.8.1...1.9.0

1.8.2

Choose a tag to compare

@github-actions github-actions released this 12 Jul 01:41

Release v1.8.2

Fixes

Other changes

Full Changelog: 1.8.1...1.8.2

1.8.1

Choose a tag to compare

@github-actions github-actions released this 13 Jun 18:02

Release v1.8.1

Features

Fixes

Full Changelog: 1.8.0...1.8.1

1.8.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 01:17

Release v1.8.0

Breaking Changes

Features

Fixes

Other changes

Full Changelog: 1.7.0...1.8.0

1.7.1

Choose a tag to compare

@github-actions github-actions released this 05 Jun 01:39

Release v1.7.1

Features

Fixes

Other changes

1.7.0

Choose a tag to compare

@github-actions github-actions released this 04 Jun 03:50

Release v1.7.0

Features

Support 'operator.' on function's return value when the function call has given block
Add Class#==
Allow default positional param
Add Exception and NoFunctionError
Add object.class

Fixes

Fix several errors when trying to call function with object using the api:call
Initialize every base when creating a new object
Fix error when exception is throw inside a catch
Fix situation where a push into the context does not have a pop
Fix several errors in the interpreter context

Other changes

api::evaluate now accepts the interpreter
api::call now receives named parameters
Add api::to_object(nullptr)
Reduced analyzer capabilities due to breaking changes into the interpreter
Change type declaration to class declaration
Add api::is_a?
Allow api::call to return variables
Error message in the logic
Add some examples
Correct old reference to andy

Full Changelog: 1.6.5...1.7.0

1.6.5

Choose a tag to compare

@github-actions github-actions released this 03 Jun 22:11

1.6.4

Choose a tag to compare

@github-actions github-actions released this 23 May 15:44

1.6.3

Choose a tag to compare

@github-actions github-actions released this 23 May 12:47

Release v1.6.3

Features

Fixes

Other changes