Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

55 lines (39 loc) · 2.08 KB

Akyuu Changelog

Current
0.5.0
0.4.0
0.3.0

2017-10-23, Version 0.5.0 (Current), @DuanPengfei

Notable changes

  • Cluster
    • Add the dependency of akyuu-cluster and make logger to adapt cluster.

Commits

  • [2b08b1777f] - example: fix jiandan page loading failed & some eslint error (@xiaoqiangsdl) #33
  • [503a140b20] - service: fix http use error (@mapleincode) #31
  • [32417bc8a4] - (SEMVER-MINOR) cluster, logger: support for akyuu.startCluster() (@XadillaX) #28

2017-07-28, Version 0.4.0, @XadillaX

Notable changes

  • Configuration
    • add an environment variable to decide whether generate configuration file or not.

Commits

  • [2b08b1777f] - (SEMVER-MINOR) config: add an env var to generate config or not (XadillaX) #25

2017-07-11, Version 0.3.0, @XadillaX

Notable changes

  • Service Loader
    • Use class name as the service name with underline when get() and getClass().

Commits

  • [c232d61841] - (SEMVER-MINOR) loader/service: use class name as the service name (Duan Pengfei) #18
  • [8559ae4ae2] - github: add issue and pull request templates (XadillaX) #22