3496 Commits

Author SHA1 Message Date
Julian Gonggrijp
b763e52f50 Merge pull request #4280 from jgonggrijp/prepare-release
Prepare release 1.5.0
1.5.0
2023-07-28 18:11:07 +02:00
Julian Gonggrijp
dad6ad9efb Update autogenerated files to v1.5.0 2023-07-28 18:07:33 +02:00
Julian Gonggrijp
e1ee2e8a1d Add a change log entry for version 1.5.0 2023-07-28 17:58:37 +02:00
Julian Gonggrijp
d82047abee Bump the version to 1.5.0 2023-07-28 17:51:04 +02:00
Julian Gonggrijp
25f8a546d0 Merge pull request #4276 from jgonggrijp/code-of-conduct
Code of conduct
2023-07-28 16:44:55 +02:00
Aleksey Avdeev
1460a3ab7a Fixes #4097, add parse option to docs section for Backbone.Collection 2023-07-27 23:22:46 +02:00
Julian Gonggrijp
989e35ba91 Merge pull request #4275 from jgonggrijp/encourage-documentation
Encourage contributors to document new features in the index.html
2023-07-27 13:40:40 +02:00
Julian Gonggrijp
a3591b8f42 Merge branch 'security-policy' 2023-07-27 13:15:40 +02:00
Julian Gonggrijp
4cdfb87b86 Mention security policy in the README 2023-07-27 00:25:38 +02:00
Julian Gonggrijp
fcf5df618a Update the README links
- https links for everything
- Gitter channel has moved to Matrix
- Google groups link moved down as it is less current
2023-07-27 00:01:34 +02:00
Julian Gonggrijp
c5928f2e8e Copy the SECURITY.md from Underscore 2023-07-26 22:05:52 +02:00
Julian Gonggrijp
82813631ac Mention Code of Conduct in the README 2023-07-26 21:45:32 +02:00
Julian Gonggrijp
bfb552bdf4 Apply customizations from Underscore's code of conduct 2023-07-26 21:27:13 +02:00
Julian Gonggrijp
a4a067ba35 Download v2.1 of the Contributor Covenant Code of Conduct 2023-07-26 21:26:48 +02:00
Julian Gonggrijp
21dc70e39c Encourage contributors to document new features in the index.html (#4273) 2023-07-26 17:45:40 +02:00
Julian Gonggrijp
582758153c Merge pull request #4272 from jgonggrijp/editorconfig
Add a .editorconfig; prepare for switching to 4-space indentation
2023-07-24 01:57:46 +02:00
Julian Gonggrijp
fabe82945f Merge pull request #4270 from jgonggrijp/document-cidPrefix-conflict
Document Model.cidPrefix
2023-07-24 00:50:42 +02:00
Julian Gonggrijp
cdda2ca0d8 Merge pull request #4269 from jgonggrijp/document-add-push-unshift
Clarify relationships between set, add push and unshift
2023-07-24 00:47:41 +02:00
Julian Gonggrijp
9ef1cba06b Merge pull request #4265 from jgonggrijp/wait-error-fix
Trigger error from failing Collection.create with wait:true
2023-07-23 12:55:46 +02:00
Julian Gonggrijp
c2b23ba399 Merge pull request #4240 from kdickerson/3391-root-trailing-slash
#3391 - Match trailing slash on root to how root was configured.
2023-07-21 22:52:09 +02:00
Kyle Dickerson
425b931c36 #3391 - Add History trailingSlash option always use trailing slash on root. 2023-07-21 13:28:52 -07:00
Julian Gonggrijp
318992deb1 Add a .editorconfig 2023-07-21 15:46:26 +02:00
Julian Gonggrijp
b48ad1a546 Add Model.cidPrefix section to the documentation TOC (#4226) 2023-07-21 01:00:25 +02:00
Julian Gonggrijp
f6ada205c9 Document Model.cidPrefix (#4226) 2023-07-21 00:55:16 +02:00
Julian Gonggrijp
c8305eef19 Deforest and document (#4262) 2023-07-20 22:52:08 +02:00
Julian Gonggrijp
c87833877f Apply fix suggested by @paulfalgout (#4262)
See https://github.com/jashkenas/backbone/pull/4265#discussion_r1269749470
2023-07-20 22:39:16 +02:00
Julian Gonggrijp
f30f974198 Add sanity checks against double forward and error listener erasion (#4262) 2023-07-20 22:37:26 +02:00
Julian Gonggrijp
a353174288 Clarify relationships between set, add push and unshift (#3496) 2023-07-20 21:30:59 +02:00
Julian Gonggrijp
4abcaa58f2 Merge pull request #4267 from jgonggrijp/feature/comment-about-combined-defaults-and-extend
Comment about combined defaults and extend
2023-07-20 19:02:36 +02:00
Julian Gonggrijp
790682c2fd Change the comment (#4088) 2023-07-19 22:45:50 +02:00
Viacheslav Lotsmanov
f5a67ec60e Add comment about combined _.defaults and _.extend
Squashed from the original commits in #4088.
2023-07-19 22:05:12 +02:00
Julian Gonggrijp
7c04484843 Fix the problem (#4262) 2023-07-19 01:30:02 +02:00
Julian Gonggrijp
b22474b517 Wait, how about success? (#4262)
Amazingly, this test passes.
2023-07-19 00:53:02 +02:00
Julian Gonggrijp
2104aa771f But does the created model trigger 'error'? (#4262)
Yes, it does.
2023-07-19 00:49:28 +02:00
Julian Gonggrijp
0b831f19af Also add a test to verify that the problem is not in Model.save (#4262) 2023-07-19 00:26:38 +02:00
Julian Gonggrijp
0a18362b70 Add a test that reproduces #4262 literally 2023-07-19 00:18:27 +02:00
Julian Gonggrijp
3b37e6aacc Merge pull request #4264 from jgonggrijp/tryout-patch-3964
Patch 3964 with linter fixes
2023-07-18 17:48:17 +02:00
Julian Gonggrijp
ffdaa7142a Adress linter warnings (#3964) 2023-07-18 14:44:56 +02:00
Julian Gonggrijp
5e8d8e60b3 Merge remote-tracking branch 'jrdb/master' into tryout-patch-3964 2023-07-18 14:20:39 +02:00
Julian Gonggrijp
7af2818641 Merge pull request #4259 from timgates42/bugfix_typo_deprecated
docs: fix simple typo, deprectated -> deprecated
2023-01-04 12:09:21 +01:00
Tim Gates
71ce3af790 docs: fix simple typo, deprectated -> deprecated
There is a small typo in examples/backbone.localStorage.js.

Should read `deprecated` rather than `deprectated`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-12-25 12:45:48 +11:00
Julian Gonggrijp
6d0835f018 Add a github entry to the FUNDING.yml 2022-11-23 21:55:56 +01:00
Julian Gonggrijp
a006e2b64a Add a FUNDING.yml to enable GitHub's sponsorship button thingy 2022-08-23 10:30:45 +02:00
Julian Gonggrijp
0d455df4e1 Merge pull request #4256 from GeoffreyBooth/coffeescript-2
CoffeeScript 2
2022-04-26 14:19:45 +02:00
Geoffrey Booth
21742f3633 Update CoffeeScript dependency to version 2; update test per https://coffeescript.org/#breaking-changes-super-extends 2022-04-25 21:31:05 -07:00
Julian Gonggrijp
9260f3cb43 Merge branch 'release/1.4.1' (#4255) 1.4.1 2022-02-26 01:31:21 +01:00
Julian Gonggrijp
dac55793f6 Add a note about changed filenames to the change log 2022-02-26 01:02:08 +01:00
Julian Gonggrijp
39c46a7dd6 Adapt to new location of annotated examples (#4252 #4246)
The updated docco puts these annotated sources in a different place.
Rather than forcing them back in the old place, it seems easiest to
just go with the flow.
2022-02-26 01:02:08 +01:00
Julian Gonggrijp
0f2674bcd9 Regenerate minified bundle and documentation for 1.4.1 2022-02-26 01:02:08 +01:00
Julian Gonggrijp
8057f34fe1 Add a prepublishOnly script with all necessary steps 2022-02-26 01:02:07 +01:00