Skip to content

Releases: hcwf/what-week-is-it

v2.0.1 - Return of the too late commits

08 Jan 15:18
9bf5854
Compare
Choose a tag to compare

Forgot to edit the README.md before releasing v2.0.0.

So, this is our new newest release!

v2.0.0 Release! -- New Design -- Simpler Code --

08 Jan 15:14
Compare
Choose a tag to compare

What's new in v2.0.0?

Fully functioning algorithm

Due to an oversight in the previous release regarding JavaScripts Date.getDay()-function Sundays already counted towards the following week. This was fixed with this release, weeks now properly start on Monday and end on Sunday.

Simplified code

With the original release there was a lot of redundant and hard to understand code.

In v2.0.0 I've simplified a lot of the functions and tried to make the code more understandable. I've also added more comments describing what is happening and why I chose certain ways to do things.

New design

new_design

The old design was off-center, hard to see and ugly, to be honest.
With this update I redesigned and simplified the layout, now looking like an oldschool physical calendar.

Version 1.2.5

08 Jan 14:54
9323b62
Compare
Choose a tag to compare

This release is deprecated as of now.