Skip to content

Latest commit

 

History

History
107 lines (93 loc) · 11.5 KB

CHANGELOG.md

File metadata and controls

107 lines (93 loc) · 11.5 KB

Changelog

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

0.0.4 (2021-08-20)

Features

  • ads: handle error on advertisement list (1ef50ed)
  • controlWorks: handle error on control work list (9fe9e72)

Bug Fixes

  • apiService: remove success bool from return type of authenticate() (f205af4)
  • test: change date-input location (72b6953)

0.0.3 - 2021-08-12

Commits

  • fix 0.0.3 date 20caed9
  • Cover services with unit tests ad78d53
  • test: ApiService.getData 6840ee0
  • fix(CacheServiceTests): replace jest.fb with jest.spyOn 0fbab91
  • test(CacheService): setIsHomeworkDone 050f65a
  • test(CacheService): setWeekSchedule b4ed43f
  • test: ApiService.getLessons 34db1cb
  • test: cover data service with unit tests f6f1ca4
  • test: ApiService.createAdvertisement 00d47e3
  • test: ApiService.createControlWork 7144387
  • test(CacheService): getScheduleAt() 7e18b5f
  • test(CacheService): getMarks 2af97e3
  • improve CacheService.setWeekSchedule 86cb336
  • test(CacheService): get showWelcomeTile() 314a7b1
  • test(CacheService): set bigDataObject ef8ed5c
  • test(CacheService): getControlWorks 9afa38c
  • test(CacheService): getAdvertisements 9722f6c
  • test(CacheService): isEmpty fc14935
  • test(CacheService): getUser e7a3f15
  • update changelog 5d1965f
  • test(CacheService): clearAll 216bbe4
  • test(CacheService): getHomework 7caa83d
  • test(CacheService): setHomework 9f9b907
  • test(CacheService): setAdvertisements 3eada8d
  • test(CacheService): setMarks d893ba3
  • test(CacheService): setControlWorks 3a92bbe
  • test(CacheService): setUser c4ee191
  • test(CacheService): addAdvertisement f4ef7da
  • test(CacheService): doNotShowWelcomeTile d3f089a
  • test(CacheService): addControlWork 9f7fa41
  • refactor: remove deprecated CachedSchedule type ac25b04
  • rename test page to prevent testing it with jest 2ce0125

0.0.2 - 2021-08-11

Commits

  • add changelog 34fa032
  • refactor: Impove reducers and split state management ccd2f61
  • move project from @zotovY to @epos-next organisation 4066e1c
  • setup jest f26e094
  • Revert "Revert "test(HomePage) by screenshots"" 7ff24b3
  • Revert "test(HomePage) by screenshots" 259ec53
  • test(HomePage) by screenshots ff54dd0
  • add cypress and start-server-and-test dev dependencies 17c55a1
  • remove useHomePage 63fdbf9
  • split ads and control work to independent component 8ba2a50
  • rewrite store interaction 98be20b
  • rewrite lessons and user reducers using redix-toolkit 5e8bb51
  • setup cypress 0c8f5df
  • test: login page 42165aa
  • Revert "change(TimeLeft): logic inside component" dbd5551
  • change(TimeLeft): logic inside component 3521331
  • split next lesson logic in independent component 4914c51
  • Revert "change(ControlWorkState) to be like sealed" dc36a5e
  • change(ControlWorkState) to be like sealed 539d55c
  • Revert "change(UserState) to be like sealed" b753532
  • change(UserState) to be like sealed 0ecc58f
  • Revert "change(AdState) to be like sealed" 22048d4
  • change(AdState) to be like sealed 695a57c
  • split homework list logic in independent component d0db761
  • rewrite advertisement reducer using redux-toolkit ec25b50
  • rewrite control work reducer using redux-toolkit 355c515
  • Revert "change(NextLesson): logic inside component" f8727f0
  • change(NextLesson): logic inside component ba3b2c9
  • rewrite homework reducer using redux-toolkit 6828644
  • Revert "split Lesson reducer and change to be like sealed" a03a0f8
  • split Lesson reducer and change to be like sealed e1e2ae6
  • cover lesson-reducer with unit tests b5e21a8
  • Revert "change(NextLessonsState) to be like sealed" 759ae83
  • change(NextLessonsState) to be like sealed cfa8b2e
  • Revert "change(MarksState) to be like sealed" 2746006
  • change(MarksState) to be like sealed 8c1b806
  • Revert "change(HomeworkState) to be liked sealed" c44d52b
  • change(HomeworkState) to be liked sealed 7cf369d
  • change(SideMenuLayout): remove props and start using side menu 44d6fb0
  • cover control-work reducer with unit tests 425684c
  • cover advertisement-reducer with unit tests c1db0bf
  • cover marks-reducer with unit tests 2fe7387
  • cover homework-reducer with unit tests 00f7dca
  • rewrite marks reducer using redux-toolkit c637101
  • cover user-reducer with unit tests cce94dc
  • fix typescript paths for jest 31616cb
  • fix(login): save email and password as state 506ba3b
  • add .DS_Store to .gitignore 505f840