UNPKG

@v4fire/core

Version:
48 lines (29 loc) 1.02 kB
Changelog ========= > **Tags:** > - :boom: [Breaking Change] > - :rocket: [New Feature] > - :bug: [Bug Fix] > - :memo: [Documentation] > - :house: [Internal] > - :nail_care: [Polish] ## v3.77.0 (2022-03-15) #### :bug: Bug Fix * Fixed an issue when extending an object with preserving descriptors and array concatenation `Object.mixin` ## v3.36.0 (2021-03-16) #### :boom: Breaking Change * Marked `onlyNew` as deprecated. Use `propsToCopy` instead. * Marked `withDescriptor` and `withAccessors` as deprecated. Use `withDescriptors` instead. * Marked `withUndef` as deprecated. Use `skipUndefs` instead. * Marked `concatArray` and `concatFn` as deprecated. Use `concatArrays` instead. ## v3.35.0 (2021-03-04) #### :rocket: New Feature * Added a new option `withNonEnumerables` `Object.mixin` ## v3.34.0 (2021-03-03) #### :boom: Breaking Change * Changed a signature of `extendFilter` ## v3.20.0 (2020-07-05) #### :rocket: New Feature * Added tests #### :bug: Bug Fix * Fixed bugs