Skip to content

Latest commit

 

History

History
354 lines (272 loc) · 34.1 KB

File metadata and controls

354 lines (272 loc) · 34.1 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.0-next.10 (2020-05-28)

Features

  • api: Added parsing .env config files (1e89953)
  • api-auth: Added FB login (8b073fd)
  • api-auth: JwtGuard & token endpoints authentication (02cab5f)
  • api-auth: Migrate to Neo4j (c94c322)
  • api-auth: register by facebook usecase (09b6339)
  • api-clusters: Add supercluster models & typings (19935a2)
  • api-clusters: Added serwer side clustering (e17f3c5)
  • api-config: Load config from env for ui (af5a569)
  • api-e2e: Adding end to end testing for API (ebeb5e5)
  • api-orient: added automated migrations of database schema (91092ea)
  • api-orient: Added orientjs based on rxjs (f6db497)
  • api-orient: Remove OrientDB HELL YEAH \m/ (0346be5)
  • db: OrientDB instalation and deployment CLI added (7c91b03)
  • ui: Display spots on map (c04367b)
  • ui-auth: save session and fetch it after reload (d1dc1ae)
  • ui-auth: sign in dialog (55030d9)
  • ui-auth: Sign Up by FB effects (8a7d519)
  • ui-common-errors: module for errors handling (47e119f)
  • ui-config: consume app config in web app (101bddb)
  • ui-core: added Sign Up By Facebook Form (2aa99eb)
  • ui-core: Added ui core module lib (d9652e9)
  • ui-core: Basic responsive layout (53580fd)
  • ui-core: Created NgRx states for map & spots (781b3d7)
  • ui-core: display and filter slackline spots (9787f5e)
  • ui-core: Home page (2824a7c)
  • ui-core: Leaflet draw handler (b36d45f)
  • ui-layout: create menu with user (d7dd8d0)
  • ui-map: Leaflet map on typescript (b0bad48)
  • web: config.json as initial app config from api (a219b55)
  • web: lazy load leaflet map component + icons (859a3e0)

Bug Fixes

  • ui-pwa: works offline with dynamic app config (59d59eb)
  • web: Fix views paths for SSR (eb77e19)
  • web-ssr: leaflet rendering & ionic/storage on ssr (bc3896e)

0.5.0-next.9 (2020-05-28)

Features

  • api: Added parsing .env config files (1e89953)
  • api-auth: Added FB login (8b073fd)
  • api-auth: JwtGuard & token endpoints authentication (02cab5f)
  • api-auth: Migrate to Neo4j (c94c322)
  • api-auth: register by facebook usecase (09b6339)
  • api-clusters: Add supercluster models & typings (19935a2)
  • api-clusters: Added serwer side clustering (e17f3c5)
  • api-config: Load config from env for ui (af5a569)
  • api-e2e: Adding end to end testing for API (ebeb5e5)
  • api-orient: added automated migrations of database schema (91092ea)
  • api-orient: Added orientjs based on rxjs (f6db497)
  • api-orient: Remove OrientDB HELL YEAH \m/ (0346be5)
  • db: OrientDB instalation and deployment CLI added (7c91b03)
  • ui: Display spots on map (c04367b)
  • ui-auth: save session and fetch it after reload (d1dc1ae)
  • ui-auth: sign in dialog (55030d9)
  • ui-auth: Sign Up by FB effects (8a7d519)
  • ui-common-errors: module for errors handling (47e119f)
  • ui-config: consume app config in web app (101bddb)
  • ui-core: added Sign Up By Facebook Form (2aa99eb)
  • ui-core: Added ui core module lib (d9652e9)
  • ui-core: Basic responsive layout (53580fd)
  • ui-core: Created NgRx states for map & spots (781b3d7)
  • ui-core: display and filter slackline spots (9787f5e)
  • ui-core: Home page (2824a7c)
  • ui-core: Leaflet draw handler (b36d45f)
  • ui-map: Leaflet map on typescript (b0bad48)
  • web: config.json as initial app config from api (a219b55)
  • web: lazy load leaflet map component + icons (859a3e0)

Bug Fixes

  • ui-pwa: works offline with dynamic app config (59d59eb)
  • web: Fix views paths for SSR (eb77e19)
  • web-ssr: leaflet rendering & ionic/storage on ssr (bc3896e)

0.5.0-next.8 (2020-05-21)

Features

  • api: Added parsing .env config files (1e89953)
  • api-auth: Added FB login (8b073fd)
  • api-auth: JwtGuard & token endpoints authentication (02cab5f)
  • api-auth: Migrate to Neo4j (c94c322)
  • api-auth: register by facebook usecase (09b6339)
  • api-clusters: Add supercluster models & typings (19935a2)
  • api-clusters: Added serwer side clustering (e17f3c5)
  • api-config: Load config from env for ui (af5a569)
  • api-e2e: Adding end to end testing for API (ebeb5e5)
  • api-orient: added automated migrations of database schema (91092ea)
  • api-orient: Added orientjs based on rxjs (f6db497)
  • api-orient: Remove OrientDB HELL YEAH \m/ (0346be5)
  • db: OrientDB instalation and deployment CLI added (7c91b03)
  • ui: Display spots on map (c04367b)
  • ui-core: Added ui core module lib (d9652e9)
  • ui-core: Basic responsive layout (53580fd)
  • ui-core: Created NgRx states for map & spots (781b3d7)
  • ui-core: display and filter slackline spots (9787f5e)
  • ui-core: Home page (2824a7c)
  • ui-core: Leaflet draw handler (b36d45f)
  • ui-map: Leaflet map on typescript (b0bad48)
  • web: config.json as initial app config from api (a219b55)
  • web: lazy load leaflet map component + icons (859a3e0)

Bug Fixes

  • ui-pwa: works offline with dynamic app config (59d59eb)
  • web: Fix views paths for SSR (eb77e19)
  • web-ssr: leaflet rendering & ionic/storage on ssr (bc3896e)

0.5.0-next.7 (2020-05-14)

Features

  • api: Added parsing .env config files (1e89953)
  • api-auth: Added FB login (8b073fd)
  • api-auth: JwtGuard & token endpoints authentication (02cab5f)
  • api-auth: Migrate to Neo4j (c94c322)
  • api-auth: register by facebook usecase (09b6339)
  • api-clusters: Add supercluster models & typings (19935a2)
  • api-clusters: Added serwer side clustering (e17f3c5)
  • api-config: Load config from env for ui (af5a569)
  • api-e2e: Adding end to end testing for API (ebeb5e5)
  • api-orient: added automated migrations of database schema (91092ea)
  • api-orient: Added orientjs based on rxjs (f6db497)
  • api-orient: Remove OrientDB HELL YEAH \m/ (0346be5)
  • db: OrientDB instalation and deployment CLI added (7c91b03)
  • ui: Display spots on map (c04367b)
  • ui-core: Added ui core module lib (d9652e9)
  • ui-core: Basic responsive layout (53580fd)
  • ui-core: Created NgRx states for map & spots (781b3d7)
  • ui-core: display and filter slackline spots (9787f5e)
  • ui-core: Home page (2824a7c)
  • ui-core: Leaflet draw handler (b36d45f)
  • ui-map: Leaflet map on typescript (b0bad48)
  • web: lazy load leaflet map component + icons (859a3e0)

Bug Fixes

  • web: Fix views paths for SSR (eb77e19)
  • web-ssr: leaflet rendering & ionic/storage on ssr (bc3896e)

0.5.0-next.6 (2020-05-14)

Features

  • api: Added parsing .env config files (1e89953)
  • api-auth: Added FB login (8b073fd)
  • api-auth: JwtGuard & token endpoints authentication (02cab5f)
  • api-auth: Migrate to Neo4j (c94c322)
  • api-auth: register by facebook usecase (09b6339)
  • api-clusters: Add supercluster models & typings (19935a2)
  • api-clusters: Added serwer side clustering (e17f3c5)
  • api-config: Load config from env for ui (af5a569)
  • api-e2e: Adding end to end testing for API (ebeb5e5)
  • api-orient: added automated migrations of database schema (91092ea)
  • api-orient: Added orientjs based on rxjs (f6db497)
  • api-orient: Remove OrientDB HELL YEAH \m/ (0346be5)
  • db: OrientDB instalation and deployment CLI added (7c91b03)
  • ui: Display spots on map (c04367b)
  • ui-core: Added ui core module lib (d9652e9)
  • ui-core: Basic responsive layout (53580fd)
  • ui-core: Created NgRx states for map & spots (781b3d7)
  • ui-core: display and filter slackline spots (9787f5e)
  • ui-core: Home page (2824a7c)
  • ui-core: Leaflet draw handler (b36d45f)
  • ui-map: Leaflet map on typescript (b0bad48)
  • web: lazy load leaflet map component + icons (859a3e0)

Bug Fixes

  • web: Fix views paths for SSR (eb77e19)
  • web-ssr: leaflet rendering & ionic/storage on ssr (bc3896e)

0.5.0-next.5 (2020-05-13)

Features

  • api: Added parsing .env config files (1e89953)
  • api-auth: Added FB login (8b073fd)
  • api-auth: JwtGuard & token endpoints authentication (02cab5f)
  • api-auth: Migrate to Neo4j (c94c322)
  • api-auth: register by facebook usecase (09b6339)
  • api-clusters: Add supercluster models & typings (19935a2)
  • api-clusters: Added serwer side clustering (e17f3c5)
  • api-config: Load config from env for ui (af5a569)
  • api-e2e: Adding end to end testing for API (ebeb5e5)
  • api-orient: added automated migrations of database schema (91092ea)
  • api-orient: Added orientjs based on rxjs (f6db497)
  • api-orient: Remove OrientDB HELL YEAH \m/ (0346be5)
  • db: OrientDB instalation and deployment CLI added (7c91b03)
  • ui: Display spots on map (c04367b)
  • ui-core: Added ui core module lib (d9652e9)
  • ui-core: Basic responsive layout (53580fd)
  • ui-core: Created NgRx states for map & spots (781b3d7)
  • ui-core: display and filter slackline spots (9787f5e)
  • ui-core: Home page (2824a7c)
  • ui-core: Leaflet draw handler (b36d45f)
  • ui-map: Leaflet map on typescript (b0bad48)
  • web: lazy load leaflet map component + icons (859a3e0)

Bug Fixes

  • web: Fix views paths for SSR (eb77e19)
  • web-ssr: leaflet rendering & ionic/storage on ssr (bc3896e)

0.5.0-next.4 (2020-04-11)

Features

  • api: Added parsing .env config files (1e89953)
  • api-clusters: Add supercluster models & typings (19935a2)
  • api-clusters: Added serwer side clustering (e17f3c5)
  • api-orient: Added orientjs based on rxjs (f6db497)
  • db: OrientDB instalation and deployment CLI added (7c91b03)
  • ui: Display spots on map (c04367b)
  • ui-core: Added ui core module lib (d9652e9)
  • ui-core: Basic responsive layout (53580fd)
  • ui-core: Created NgRx states for map & spots (781b3d7)
  • ui-core: display and filter slackline spots (9787f5e)
  • ui-core: Home page (2824a7c)
  • ui-core: Leaflet draw handler (b36d45f)
  • ui-map: Leaflet map on typescript (b0bad48)
  • web: lazy load leaflet map component + icons (859a3e0)

Bug Fixes

  • web: Fix views paths for SSR (eb77e19)
  • web-ssr: leaflet rendering & ionic/storage on ssr (bc3896e)

0.5.0-next.3 (2020-04-09)

Features

  • api: Added parsing .env config files (1e89953)
  • api-clusters: Added serwer side clustering (e17f3c5)
  • api-orient: Added orientjs based on rxjs (f6db497)
  • db: OrientDB instalation and deployment CLI added (7c91b03)
  • ui-core: Added ui core module lib (d9652e9)
  • ui-core: Basic responsive layout (53580fd)
  • ui-core: Created NgRx states for map & spots (781b3d7)
  • ui-core: display and filter slackline spots (9787f5e)
  • ui-core: Home page (2824a7c)
  • ui-core: Leaflet draw handler (b36d45f)
  • ui-map: Leaflet map on typescript (b0bad48)
  • web: lazy load leaflet map component + icons (859a3e0)

Bug Fixes

  • web: Fix views paths for SSR (eb77e19)
  • web-ssr: leaflet rendering & ionic/storage on ssr (bc3896e)

0.1.1-next.2 (2020-04-03)

Features

  • api: Added parsing .env config files (1e89953)
  • api-clusters: Added serwer side clustering (e17f3c5)
  • api-orient: Added orientjs based on rxjs (f6db497)
  • db: OrientDB instalation and deployment CLI added (7c91b03)
  • ui-core: Added ui core module lib (d9652e9)
  • ui-core: Basic responsive layout (53580fd)
  • ui-core: Created NgRx states for map & spots (781b3d7)
  • ui-core: display and filter slackline spots (9787f5e)
  • ui-core: Home page (2824a7c)
  • ui-map: Leaflet map on typescript (b0bad48)

Bug Fixes

  • web: Fix views paths for SSR (eb77e19)

0.1.1-next.1 (2020-03-19)

Features

  • api: Added parsing .env config files (1e89953)
  • api-orient: Added orientjs based on rxjs (f6db497)
  • db: OrientDB instalation and deployment CLI added (7c91b03)

Bug Fixes

  • web: Fix views paths for SSR (eb77e19)

0.1.1-next.0 (2020-03-15)

Features

  • added @angular/material (f16e684)
  • Deploy scripts (a4ca010)
  • api: load clusters (523f126)
  • api: return clusters and display it on the map (dbfb061)
  • api-client: Create api-client library (bce8d73)
  • cli: orient:download (9eb8c5a)
  • db: database setup and deployment (07e0d94)
  • db: run the server locally (36e74f3)
  • ui-core: setup map state (38efa57)
  • ui/api: Creating ui ApiModule (ee13da2)
  • ui/pwa: Create PWA Update dialog (f4f2ecf)
  • web: Added Progresive Web App (PWA) (2aa56d5)
  • Migration to Angular 9 (91ca6df)
  • monorepo modules split (070ca5a)
  • show spots on map (283fc60)
  • ui-core: map state (393f715)
  • ui-core: setup pages modules & routing (bdb74aa)
  • ui-core: setup ui core and common libs (245197a)
  • web: autoremove for old service worker (717e4a7)
  • web: Responsive layout (43bcf95)

Bug Fixes

0.1.0 (2019-03-12)

Features

  • api-orient: init the module (4ae4fae)
  • web: init web app (0287e4c)
  • web: ServiceWorker & PWA enabled (0709a4b)
  • web: setup angular material ui library (2b4de4f)
  • web: UpdateModule for letting the user to be notified about new app version (93e18ff)
  • web-server: added angular universal (44e5728)