View Source Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.7.2]
- Updated to depend on
atomvm_packbeam
version0.7.1
, to make use ofpackbeam_api
changes. - Added tests for
packbeam
,esp32
, andstm32
tasks. - Generate
ex_doc
documentation instead ofedoc
. - Added
version
task to print the version of the plugin to the console
[0.7.1]
- Fixed a bug whereby a missing
atomvm_rebar3_plugin
entry inrebar.config
would crash thepackbeam
task.
[0.7.0]
- Moved atomvm tasks under the
atomvm
namespace (with support for deprecated tasks in the default namespace) - Added
utf2create
andpico_flash
tasks, for Raspberry Pico support - Added support for setting options in
rebar.config
- Added
--list
(-l
) option topackbeam
to to display contents of generated AVM files.
[0.6.1]
Added
- Added
stm32_flash
rebar3 task - Added
-r|--remove_lines
command line option topackbeam
task
Changed
- Updated dependency on
atomvm_packbeam
0.6 or later - Changed default to not remove lines from generated AVM files
[0.6.0]
Added
- Added ability to include
<<"Line">>
chunks in BEAM files in generated AVM files
Changed
- Updated dependency on
atomvm_packbeam
0.6.0
[0.5.1]
Fixed
- Fixed Hex dependency on atomvm_packbeam 0.5.0
[0.5.0]
Added
- Added packing of application bin file to packbeam file.
[0.4.1]
Changed
- Updated dependency on
atomvm_packbeam
0.4.1
[0.4.0]
Added
- Added
erlfmt
plugin and formatted code. - Added
--chip
option toesp32_flash
task
Fixed
- Fixed a bug that prevented files in directories inside of the
priv
directory to be included in packbeam files.
[0.3.0]
Changed
- Updated dependency on
atomvm_packbeam
0.3.0
[0.2.0]
Added
- Added plugin template for generating applications
- Added support for deployment to hex
- Added support for
--start
flag
Changed
- Updated default flash location
[0.1.0]
- Initial Release