Skip to content

Latest commit

 

History

History
210 lines (94 loc) · 13.2 KB

CHANGELOG.md

File metadata and controls

210 lines (94 loc) · 13.2 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.1.1 (2020-02-04)

Bug Fixes

  • deps: update dependency concurrently to v5.1.0 (c4e6373)
  • deps: update dependency ethers to v4.0.44 (5591d98)

1.1.0 (2020-01-31)

Bug Fixes

  • deps: update dependency axios to v0.19.1 (40aa752)
  • deps: update dependency axios to v0.19.2 (696eb46)
  • deps: update dependency commander to v4.1.0 (8924878)
  • deps: update dependency csv-parse to v4.8.5 (d95bb22)
  • deps: update dependency ethers to v4.0.43 (423c681)

Features

  • solar-simulator: configurable past readings time interval (0fd55ae)

1.0.5 (2020-01-17)

Bug Fixes

  • solar-simulator: fix reading web3 variable (ac2f855)

1.0.4 (2020-01-07)

Bug Fixes

  • deps: update dependency bn.js to v5.1.1 (29e1477)
  • deps: update dependency csv-parse to v4.8.3 (16c0f94)
  • deps: update dependency ethers to v4.0.41 (2ef7337)
  • deps: update dependency ethers to v4.0.42 (06607a8)

1.0.3 (2019-12-20)

Note: Version bump only for package @energyweb/solar-simulator

1.0.2 (2019-12-19)

Bug Fixes

  • deps: update dependency concurrently to v5.0.2 (2886174)

1.0.1 (2019-12-17)

Note: Version bump only for package @energyweb/solar-simulator

1.0.0 (2019-12-12)

Bug Fixes

  • retry yarn add when building dockerfiles (#366) (551c1f5)
  • solar-simulator: correctly reflect breaking change renaming asset to device (#364) (60f60df)
  • solar-simulator: get pubkey instead of extended pubkey (30034b7)

Features

  • solar-simulator: reflect renaming asset to devices in config change (#363) (22de1b8)

BREAKING CHANGES

  • solar-simulator: reflect assets renamed to devices in config

0.3.0 (2019-11-26)

Bug Fixes

  • deps: update dependency commander to v4.0.1 (#280) (7c90c94)
  • deps: update dependency csv-parse to v4.8.2 (#281) (9e2fac7)
  • deps: update dependency ethers to v4.0.40 (#315) (1d50136)
  • origin-ui: fix day graph starts at 00:00 independent of timezone (#291) (f5ebf39)
  • solar-simulator: add concurrently to dependencies (45fe968)
  • solar-simulator: add wait-on to dependencies (e7c6201)
  • solar-simulator: additional logging for solar-simulator mock readings (beda09f)
  • solar-simulator: use dynamic web3 for mockReadings (#252) (14ca949)
  • solar-simulator: use npx to run global wait-on command (616819f)
  • solar-simulator: wait for market contract in mock readings (f7e6c87)
  • fix Makefile build-canary (3b630ff)

Features

  • origin-ui: show certificate generation timeframe (#287) (8c2bf43)
  • solar-simulator: extended docker config (#266) (b20e9af)
  • add solar simulator to docker compose (#263) (3cd4441)
  • origin-ui: add loader to request irec modal (#241) (fbcbb19)
  • solar-simulator: Generate historic readings (#248) (174f264)
  • solar-simulator: make deploy-mock-readings deploy for each asset in a new worker process (#253) (69512be)

0.2.3 (2019-11-11)

Bug Fixes

0.2.2 (2019-10-30)

Note: Version bump only for package @energyweb/solar-simulator

0.2.1 (2019-10-30)

Note: Version bump only for package @energyweb/solar-simulator

0.2.0 (2019-10-25)

Features

  • backend: Replace testbackend with the new origin-backend (#137) (c428e7d)

0.1.0 (2019-10-23)

Bug Fixes

  • deps: update dependency fs-extra to v8.1.0 (#64) (ccd9ed5)
  • adjust simulator project to monorepo (5791b3e)
  • deps: update dependency bn.js to v5 (#74) (3be20b5)
  • deps: update dependency commander to v3.0.1 (#60) (117697e)
  • deps: update dependency commander to v3.0.2 (#102) (ff65ea5)
  • deps: update dependency csv-parse to v4.4.6 (#62) (24c5b0b)
  • deps: update dependency csv-parse to v4.4.7 (#103) (c95f815)
  • deps: update dependency csv-parse to v4.6.3 (#121) (956f6ab)
  • solar-simlator: rm package-lock.json (b3507ee)
  • solar-simulator: fix asset saving timezone (13fcebd)
  • solar-simulator: save smart meter readings in the timezone of the asset (#158) (a8c0480)

Features

  • solar-simulator: generate accounts from mnemonic (#16) (89562ea)
  • asset/demand location based matching (#46) (00255bd)
  • docker config for solar simulator (#11) (d581adc)
  • new demand creation view and asset types integration (#14) (229e68b)
  • setup prettier and lint config for Origin UI (#20) (9cb4486)