-
-
Notifications
You must be signed in to change notification settings - Fork 179
Comparing changes
Open a pull request
base repository: samchon/typia
base: v4.1.16
head repository: samchon/typia
compare: v4.2.1
- 12 commits
- 236 files changed
- 3 contributors
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4ddfa29 - Browse repository at this point
Copy the full SHA 4ddfa29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 492316a - Browse repository at this point
Copy the full SHA 492316aView commit details
Commits on Aug 5, 2023
-
Merge pull request #745 from mmamedel/ML/removing-cursing
Fix #737 - remove cursing from random any type
Configuration menu - View commit details
-
Copy full SHA for cea1b45 - Browse repository at this point
Copy the full SHA cea1b45View commit details
Commits on Aug 7, 2023
-
Fix #744 - change setup wizard to deprecate
yarn berry
.- Changed setup wizard - Introduce not to support `yarn berry` - Use `npm run postinstall` command instead Unfortunately, `ts-patch` does not support `yarn berry`. Therefore, it is not possible to use transform mode of `typia` in the `yarn berry`. Therefore, to inform it and recommend not to use `yarn berry` in `typia`, I've changed setup wizard program. Also, `yarn` berry` does not support the `npm run prepare` command. I think this nonsensible story because the `npm run prepare` command is a standard feature of NPM, but this is the reality, so I can't help it. By the way, if `ts-patch` starts supporting `yarn berry`, configuring `npm run prepare` command by setup wizard can be a big problem. So, I've changed setup wizard to use `npm run postinstall` command instead of the previous `npm run prepare` command.
Configuration menu - View commit details
-
Copy full SHA for f5a475d - Browse repository at this point
Copy the full SHA f5a475dView commit details -
Merge pull request #747 from samchon/features/yarn
Fix #744 - change setup wizard to deprecate `yarn berry`.
Configuration menu - View commit details
-
Copy full SHA for a296a8e - Browse repository at this point
Copy the full SHA a296a8eView commit details -
Enhance #744 - silent setup and enhanced documentation.
A tiny change does not affect on main setup logic. So, this commit would be published with next patch.
Configuration menu - View commit details
-
Copy full SHA for 972538e - Browse repository at this point
Copy the full SHA 972538eView commit details
Commits on Aug 8, 2023
-
Fix number pattern of
stringify
function to support exponential log…… value. When `typia.stringify<T>()` be used for an object type which has template typed key containing a number type, and exponential log being used in the template key type, `typia` could not write the property because regex pattern for numeric value of ` typia` had not supported the exponential log value. This is an extremely rare case, but fixed for extensionality. ```typescript export interface ISomething { [key: `value_${number}`]: boolean | string | number; } const something: ISomething = { "5.175933557310941e-7": -0.170261004873707, }; typia.stringify(something); ```
Configuration menu - View commit details
-
Copy full SHA for 5d4ec38 - Browse repository at this point
Copy the full SHA 5d4ec38View commit details -
Merge pull request #748 from samchon/features/yarn
Enhance #744 - silent setup and enhanced documentation.
Configuration menu - View commit details
-
Copy full SHA for 17f1eac - Browse repository at this point
Copy the full SHA 17f1eacView commit details -
Merge pull request #749 from samchon/features/exponential
Fix number pattern of `stringify` to support exponential log value
Configuration menu - View commit details
-
Copy full SHA for 820da76 - Browse repository at this point
Copy the full SHA 820da76View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f3614 - Browse repository at this point
Copy the full SHA e1f3614View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9b631c - Browse repository at this point
Copy the full SHA a9b631cView commit details -
Merge pull request #750 from samchon/benchmark/SP6
Benchmark on Surface Pro 6
Configuration menu - View commit details
-
Copy full SHA for dce2551 - Browse repository at this point
Copy the full SHA dce2551View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.1.16...v4.2.1