Releases: tablelandnetwork/evm-tableland
Releases · tablelandnetwork/evm-tableland
v2.0.2
v2.0.1
- Adds declaration files for
proxies.js
to NPM package.
v2.0.0
- Migrates to new testnet contracts for use with the new SQLite validator.
- Improved deployment and verification flow.
- Includes test contracts and deployment information in the NPM package.
- Adds a new
TablelandDeployments
solidity library to aid in creating tables from smart contracts. ITablelandTables.createTable
now returns atableId
.- Updates dependencies.
v1.1.0
- Adds
payable
torunSQL
andITablelandController.getPolicy
. - Adds
URITemplate
util. - Publishes all contracts to NPM.
- Adds contract verification script.
- Removes
ERC721ABurnable
, which is not useful for tables. - Adds a new storage mapping for locked table controllers. A table controller can be locked by the owner by calling
lockController
. A locked controller cannot be set or re-locked. - Removes maintainers from README and package.json. They redundant with the actual contributors shown natively by GH and just add more maintenance overhead.
- Renames repo to
evm-tableland
. - Updates deps.
v1.0.0
- Major overhaul of contract organization.
- Migrate to ERC721A.
- Implements table controller policies for advanced write access control.
- Overhauls deploy / upgrade flow.
v0.0.2
Initial release.