Skip to content

Releases: team-chesters/makeasy

v1.0.2

28 Jan 14:12
Compare
Choose a tag to compare

v1.0.1

18 Jan 07:37
Compare
Choose a tag to compare
  1. Functions that have operating problems or are commonly used in Korea have been moved to the .wip folder. These functions will be revised and republished later. But I won't include it in src now.
# List of functions that have problems and are not included in the source code
DateIntToId
GetFormattedTelephone
GetHolidays (required Holiday's info array)
GetNakedTelephone
GetNext
GetNextNonEmpty
GetNextWeek
GetPrevWeek
GetRelativeTimeStringFrom
GetThisWeekRange
GetTimeStringFrom
GetTimeStringFromMin
GetTimeStringWeekdayLocale
GetWeekRange
isAllKoreanChar
isHoliday
isSameTelephone
isTelephone
MustGetNextInt
MustGetNextStr
  1. All functions now work as intended, except for a few unit tests that contain errors. Functions with problems have a comment called FIXME: added to the test code.
#List of problematic functions
isInDateRange: It works fine in the browser or Playground, but malfunctions in the Jest Unit Test.
isZero: There is a bug that recognizes string '0' as a number.
MakePath: If you insert an empty string '' in the folder name parameter between URL and File Name parameter, / will be output twice.
pad: When an invalid parameter is delivered, the default value must be output, but the calculated value is returned.
padZero: When an invalid parameter is delivered, the default value must be output, but the calculated value is returned.
slotNo2hhmm: When an invalid parameter is delivered, the default value must be output, but the calculated value is returned.
SubtractMonths: It doesn't work as intended, but it will be modified.
ymdhhmmToDate
ymdSlotNoToDate
ymdToDate: It doesn't work as intended, but it will be modified.

Full Changelog: v1.0.0...v1.0.1