- Update version of indirect dependency
cached-path-relativeinpackage-lock.jsonfrom1.0.1to1.0.2due to CVE-2018-16472.
- First minor version release as sign of commitment to having
build/remix-ide/mode-solidity.jsas entry point for Remix IDE.
- Add 2 build systems
- piggy-backing on the actual ACE build system
- re-creating the ACE build system to be able to build legacy versions.
- Bug fixes in Solidity syntax highlighter.
- Remove
reportssubdir from.npmignore
- Majority of refactoring:
- Remove cruft left over from copy'n'pasting
ace/mode/javascript - Add missing Solidity syntax highlighting
- Correct wrong Solidity syntax highlighting
- Remove cruft left over from copy'n'pasting
- Claim NPM package name
- Copied
mode-solidity.jsfrom https://github.com/ethereum/remix-ide/blob/d8664909c1180e0095bec6b5c83f6a69c29b34a3/src/app/editor/mode-solidity.js - Fixed mode name from copy'n'pasted
ace/mode/javascripttoace/mode/solidity