{"id":18890044,"url":"https://github.com/shipshapecode/ember-assign-polyfill","last_synced_at":"2025-04-14T23:31:05.451Z","repository":{"id":40813323,"uuid":"68068927","full_name":"shipshapecode/ember-assign-polyfill","owner":"shipshapecode","description":"A polyfill for Ember.assign in \u003c= 2.4","archived":false,"fork":false,"pushed_at":"2024-01-10T09:10:59.000Z","size":1473,"stargazers_count":2,"open_issues_count":3,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T06:53:40.973Z","etag":null,"topics":["assign","ember","merge","polyfill"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shipshapecode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-13T03:00:37.000Z","updated_at":"2022-02-01T19:37:06.000Z","dependencies_parsed_at":"2024-06-18T17:22:21.271Z","dependency_job_id":null,"html_url":"https://github.com/shipshapecode/ember-assign-polyfill","commit_stats":{"total_commits":94,"total_committers":9,"mean_commits":"10.444444444444445","dds":0.5,"last_synced_commit":"13815228886ae9dad5e90d58c47e036d495ab82d"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipshapecode%2Fember-assign-polyfill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipshapecode%2Fember-assign-polyfill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipshapecode%2Fember-assign-polyfill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipshapecode%2Fember-assign-polyfill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shipshapecode","download_url":"https://codeload.github.com/shipshapecode/ember-assign-polyfill/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248978551,"owners_count":21192813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["assign","ember","merge","polyfill"],"created_at":"2024-11-08T07:52:12.113Z","updated_at":"2025-04-14T23:31:05.062Z","avatar_url":"https://github.com/shipshapecode.png","language":"JavaScript","readme":"ember-assign-polyfill\n==============================================================================\n\n\u003ca href=\"https://shipshape.io/\"\u003e\u003cimg src=\"http://i.imgur.com/DWHQjA5.png\" width=\"100\" height=\"100\"/\u003e\u003c/a\u003e\n\n**[ember-assign-polyfill is built and maintained by Ship Shape. Contact us for Ember.js consulting, development, and training for your project](https://shipshape.io/ember-consulting)**.\n\n[![npm version](https://badge.fury.io/js/ember-assign-polyfill.svg)](http://badge.fury.io/js/ember-assign-polyfill)\n![Download count all time](https://img.shields.io/npm/dt/ember-assign-polyfill.svg)\n[![npm](https://img.shields.io/npm/dm/ember-assign-polyfill.svg)]()\n[![Ember Observer Score](https://emberobserver.com/badges/ember-assign-polyfill.svg)](https://emberobserver.com/addons/ember-assign-polyfill)\n[![CI](https://github.com/shipshapecode/ember-assign-polyfill/actions/workflows/ci.yml/badge.svg)](https://github.com/shipshapecode/ember-assign-polyfill/actions/workflows/ci.yml)\n\nThis provides a polyfill for the Ember.assign feature added in Ember 2.5.\n\nInstallation\n------------------------------------------------------------------------------\n\n```\nember install ember-assign-polyfill\n```\n\nUsage\n------------------------------------------------------------------------------\n\n```js\nimport Ember from 'ember';\n\nvar a = { first: 'Robert' };\nvar b = { last: 'Wagner' };\nvar c = { company: 'Ship Shape' };\n\nEmber.assign(a, b, c); // a === { first: 'Robert', last: 'Wagner', company: 'Ship Shape' }, b === { last: 'Wagner' }, c === { company: 'Ship Shape' }\n```\n\nMigration\n------------------------------------------------------------------------------\n\n### Applications\n\nAfter you upgrade your application to Ember 2.5, you should remove ember-assign-polyfill from your package.json.\n\n### Addons\n\nAddons generally support many different Ember versions, so leaving ember-assign-polyfill in place for consumers of your addon is perfectly normal. When the addon no longer supports Ember versions older than 2.5, we recommend removing ember-assign-polyfill from your package.json and doing a major version bump.\n\nContributing\n------------------------------------------------------------------------------\n\nSee the [Contributing](CONTRIBUTING.md) guide for details.\n\n\nLicense\n------------------------------------------------------------------------------\n\nThis project is licensed under the [MIT License](LICENSE.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshipshapecode%2Fember-assign-polyfill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshipshapecode%2Fember-assign-polyfill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshipshapecode%2Fember-assign-polyfill/lists"}