Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.

Latest commit

History

History
75 lines (60 loc) 路 6.63 KB

CHANGELOG.md

File metadata and controls

75 lines (60 loc) 路 6.63 KB

Change Log

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

0.1.1 (2019-06-25)

Bug Fixes

  • alliance: missing handle on allince dtos (ea769c2)
  • docs: fix Bearer Auth header name (d99c335)
  • esiService: added vesion (ef3adf4)
  • package: update @types/ws to version 4.0.0 (#71) (6246e05)
  • package: update @types/ws to version 5.1.0 (#104) (6cc8b29)
  • package: update axios to version 0.17.0 (#56) (35dc057)
  • package: update axios to version 0.18.0 (#89) (0d3c9b3)
  • package: update class-validator to version 0.8.0 (#85) (747358a)
  • package: update dotenv to version 5.0.0 (#87) (140c9cc)
  • package: update dotenv to version 6.0.0 (#112) (ef9834e)
  • package: update pg to version 7.0.0 (#17) (550ec43)
  • package: update typeorm to version 0.1.0-alpha.21 (883f3e1)
  • package: update typeorm to version 0.1.0-alpha.22 (f7b3663)
  • package: update typeorm to version 0.1.0-alpha.23 (58d1ec9)
  • package: update typeorm to version 0.1.0-alpha.24 (5c8fe64)
  • package: update typeorm to version 0.1.0-alpha.25 (1ddfbdf)
  • package: update typeorm to version 0.1.0-alpha.26 (d975868)
  • package: update typeorm to version 0.1.0-alpha.27 (da6025d)
  • package: update typeorm to version 0.1.0-alpha.35 (#24) (f276950)
  • package: update ws to version 4.0.0 (#69) (b7a00c2)
  • added https method to swager if in production (3035135)
  • logger upgrade issue (ed6b368)
  • package: update ws to version 5.0.0 (#90) (4c98ca0)
  • search: response not being send (b7c3bf4)
  • web: build issues (6fec22d)
  • web:polyfills: missing global (5345840)
  • remove KillmailModule from AppModule (2d91d76)
  • removed postman badge (3d36ca7)
  • typeorm version (6304393)

Features

  • googlePubSub: initial implementation of googlePubSub (b82b842)
  • loging: added morgan for access loging (d681f12)
  • misc: added handles to characters/corporations/alliances (1cec6f4), closes #83
  • posts: initial live feed implementation (broadcasting) (73ccb2a)
  • subscriptions: implement all subscriptions (d674f82)
  • subscriptions: implement unsibscribing (d01aefe)
  • add post to comment notifications; include post in notification response (48e386d)
  • web: upgrade angular and fix lint issues (45218c4)
  • add followers/following to character/corporation/allinace (b38685b)
  • add numPost to characters/corporations/alliances (2b5aea5)
  • added healthcheck (c69bdac)
  • added version to Swagger docs (0cf1225)
  • fix middlewares; improve health status; fix logger metadata output (ac03eab)
  • follow improvements (4c00621)
  • implement metascraper (b8d89d0)
  • implement post type url (06f4866)
  • improve status endpoint (6a311a8)
  • improved status; added ESI_ENDPOINT to env (49eaebe)
  • initial follow implementation (2fd6acd)

BREAKING CHANGES

  • creating posts is now done without wrapping data inside 'post:' but all data is inside body

  • feat(database): switched to using repositories for easier maintanance

  • fix: fixed structure changes bugs