-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
domain-2015.json
15579 lines (15579 loc) · 549 KB
/
domain-2015.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
[
"github.com",
[
{
"title": "Release Bulleit Bottle · sass/libsass",
"url": "https://github.com/sass/libsass/releases/tag/3.1.0",
"content": "libsass 3.1.0リリース。\n`@debug`、`@error`等のデバッグ系の実装、`random()`等の関数の実装や修正など。",
"tags": [
"Sass",
"ReleaseNote"
],
"date": "2015-01-02T12:27:47.752Z",
"relatedLinks": []
},
{
"title": "fraction/set-timer",
"url": "https://github.com/fraction/set-timer",
"content": "setTimeout、setIntervalをラップしたTimer APIライブラリ",
"tags": [
"JavaScript",
"library"
],
"date": "2015-01-03T15:01:14.321Z",
"relatedLinks": []
},
{
"title": "Release v2.2.0 · less/less.js",
"url": "https://github.com/less/less.js/releases/tag/v2.2.0",
"content": "less 2.2.0リリース。\n",
"tags": [
"CSS",
"JavaScript",
"ReleaseNote"
],
"date": "2015-01-05T01:16:41.466Z",
"relatedLinks": []
},
{
"title": "STRML/JSXHint",
"url": "https://github.com/STRML/JSXHint",
"content": "JSXシンタックスを含んだファイルもLint出来るJSHintラッパツール",
"tags": [
"JavaScript",
"Tools"
],
"date": "2015-01-06T02:14:47.704Z",
"relatedLinks": []
},
{
"title": "conceptsandtraining/modernie_selenium",
"url": "https://github.com/conceptsandtraining/modernie_selenium",
"content": "modern.ieを使ったSeleniumの設定ツール。\n自動で必要なものをインストール + Windowsの余計な設定をオフにしてくれる",
"tags": [
"IE",
"Selenium"
],
"date": "2015-01-07T13:55:41.418Z",
"relatedLinks": []
},
{
"title": "es-shims/es7-shim",
"url": "https://github.com/es-shims/es7-shim",
"content": "ES7のpolyfillライブラリ",
"tags": [
"ECMAScript",
"library"
],
"date": "2015-01-07T23:39:50.001Z",
"relatedLinks": []
},
{
"title": "azu/espower-6to5 · GitHub",
"url": "https://github.com/azu/espower-6to5",
"content": "power-assert + 6to5 ES6でpower-assertのテストを書ける。\n使用例: https://github.com/azu/textlint-rule-helper",
"tags": [
"ECMAScript",
"testing",
"JavaScript",
"library"
],
"date": "2015-01-08T10:01:56.532Z",
"relatedLinks": []
},
{
"title": "bevacqua/local-storage",
"url": "https://github.com/bevacqua/local-storage",
"content": "localStorageのAPIをシンプルにしたライブラリ\nタブ間のコミュニケーションに使うような監視機能も持ってる",
"tags": [
"JavaScript",
"library"
],
"date": "2015-01-08T13:47:15.329Z",
"relatedLinks": []
},
{
"title": "mirek/node-unused-deps",
"url": "https://github.com/mirek/node-unused-deps",
"content": "使用してないNode モジュールがあるかどうかをチェックするコマンドラインツール",
"tags": [
"node.js",
"module",
"Tools",
"console"
],
"date": "2015-01-09T01:21:58.136Z",
"relatedLinks": []
},
{
"title": "Zhouzi/TheaterJS",
"url": "https://github.com/Zhouzi/TheaterJS",
"content": "タイプライター的な文字表示効果等を行えるライブラリ",
"tags": [
"JavaScript",
"library"
],
"date": "2015-01-09T01:24:05.745Z",
"relatedLinks": []
},
{
"title": "tejasmanohar/npm-algos",
"url": "https://github.com/tejasmanohar/npm-algos",
"content": "コンピュータサイエンス、アルゴリズムの実装ライブラリのまとめ",
"tags": [
"node.js",
"JavaScript",
"library",
"アルゴリズム"
],
"date": "2015-01-09T07:26:13.949Z",
"relatedLinks": []
},
{
"title": "fdecampredon/rx-flux",
"url": "https://github.com/fdecampredon/rx-flux",
"content": "RxJSベースのFluxアーキテクチャの実装ライブラリ",
"tags": [
"Flux",
"library"
],
"date": "2015-01-14T15:36:09.486Z",
"relatedLinks": []
},
{
"title": "Release 5.0 “Pravda vítězí” · postcss/autoprefixer",
"url": "https://github.com/postcss/autoprefixer/releases/tag/5.0.0",
"content": "autoprefixer 5.0リリース。\nPostCSS 4.0とBrowserslistを使用するように、`object-fit`やCSS Shapesなどの新しいプロパティに対応",
"tags": [
"CSS",
"Tools",
"ReleaseNote"
],
"date": "2015-01-15T03:29:38.405Z",
"relatedLinks": []
},
{
"title": "Release v1.10.0 · jscs-dev/node-jscs",
"url": "https://github.com/jscs-dev/node-jscs/releases/tag/v1.10.0",
"content": "JavaScriptコードスタイルチェックツール jscs 1.10.0リリース。\n",
"tags": [
"JavaScript",
"Tools",
"ReleaseNote"
],
"date": "2015-01-15T20:52:31.992Z",
"relatedLinks": []
},
{
"title": "Release v2.7.0 · petkaantonov/bluebird",
"url": "https://github.com/petkaantonov/bluebird/releases/tag/v2.7.0",
"content": "bluebird 2.7.0リリース。\n`process.on(\"unhandledRejection\", fn)` という感じでグローバルにunhandled Rejectionをキャッチ出来るイベントを登録できるように。",
"tags": [
"Promises",
"library",
"ReleaseNote"
],
"date": "2015-01-15T21:17:07.781Z",
"relatedLinks": [
{
"title": "Promise unhandled rejection tracking global handler hook",
"url": "https://gist.github.com/benjamingr/0237932cee84712951a2"
},
{
"title": "[whatwg] An API for unhandled promise rejections from Domenic Denicola on 2014-09-12 (public-whatwg-archive@w3.org from September 2014)",
"url": "http://lists.w3.org/Archives/Public/public-whatwg-archive/2014Sep/0024.html"
}
]
},
{
"title": "io.js/CHANGELOG.md at v1.x · iojs/io.js",
"url": "https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md#2015-01-14-version-101",
"content": "Node.jsのforkであるio.js 1.0リリース。",
"tags": [
"node.js",
"ReleaseNote"
],
"date": "2015-01-15T21:45:27.727Z",
"relatedLinks": [
{
"title": "IO.js Overview",
"url": "http://blog.risingstack.com/iojs-overview/"
},
{
"title": "io.js-v1.0.0のリリースによせて - ぼちぼち日記",
"url": "http://d.hatena.ne.jp/jovi0608/20150115/1421312947"
}
]
},
{
"title": "winterbe/streamjs",
"url": "https://github.com/winterbe/streamjs",
"content": "Java 8 Streams APIをインスパイアなStreamライブラリ",
"tags": [
"JavaScript",
"Java",
"library"
],
"date": "2015-01-17T05:25:01.925Z",
"relatedLinks": []
},
{
"title": "RubaXa/Sortable",
"url": "https://github.com/RubaXa/Sortable",
"content": "D&Dで要素を動かせるsortableライブラリ。\njQuery等の依存がないライブラリ",
"tags": [
"JavaScript",
"library"
],
"date": "2015-01-17T07:35:00.821Z",
"relatedLinks": []
},
{
"title": "gobblejs/gobble",
"url": "https://github.com/gobblejs/gobble",
"content": "JavaScriptビルドツール。\nGruntはビルドツールではないため、Gruntと共存する形でも使える。\nまたデバッガビリティを優先して開発していて、pluginも変に複雑化しないように役割をシンプルにしてる",
"tags": [
"JavaScript",
"Tools",
"Grunt"
],
"date": "2015-01-19T13:51:18.994Z",
"relatedLinks": []
},
{
"title": "eventualbuddha/decaffeinate",
"url": "https://github.com/eventualbuddha/decaffeinate",
"content": "CoffeeScript to ES6に変換するツール",
"tags": [
"CoffeeScript",
"JavaScript"
],
"date": "2015-01-19T14:00:01.882Z",
"relatedLinks": []
},
{
"title": "Release 1.17.0 · jquery/qunit",
"url": "https://github.com/jquery/qunit/releases/tag/1.17.0",
"content": "QUnit 1.17.0リリース。\nHTMLレポータの改善。",
"tags": [
"JavaScript",
"testing",
"ReleaseNote"
],
"date": "2015-01-20T03:31:17.510Z",
"relatedLinks": []
},
{
"title": "ForbesLindesay/sync-request",
"url": "https://github.com/ForbesLindesay/sync-request",
"content": "同期的なHTTPリクエストを行うライブラリ",
"tags": [
"JavaScript",
"node.js",
"HTTP",
"library"
],
"date": "2015-01-20T08:20:47.533Z",
"relatedLinks": []
},
{
"title": "shiwano/typhen",
"url": "https://github.com/shiwano/typhen",
"content": "d.tsからJSON Schemaを作ったり、Handlebarsを使ったテンプレートでコードやドキュメントを出力できるツール",
"tags": [
"TypeScript",
"Tools"
],
"date": "2015-01-21T07:29:43.189Z",
"relatedLinks": [
{
"title": "TypeScript の型定義からコードを自動生成するツールを作った - Qiita",
"url": "http://qiita.com/shiwano/items/dd769ead84e0da2d349a"
}
]
},
{
"title": "addyosmani/es6-equivalents-in-es5",
"url": "https://github.com/addyosmani/es6-equivalents-in-es5",
"content": "ES6で書かれたものとES5で同等の事を行うコードを並べて、ES6の機能について紹介",
"tags": [
"JavaScript",
"ECMAScript",
"tutorial",
"document"
],
"date": "2015-01-21T11:26:58.402Z",
"relatedLinks": []
},
{
"title": "Release JSHint 2.6.0 · jshint/jshint",
"url": "https://github.com/jshint/jshint/releases/tag/2.6.0",
"content": "JSHint 2.6.0リリース。",
"tags": [
"JavaScript",
"Tools",
"ReleaseNote"
],
"date": "2015-01-22T02:04:19.834Z",
"relatedLinks": []
},
{
"title": "yoshuawuyts/promise-each",
"url": "https://github.com/yoshuawuyts/promise-each",
"content": "Promiseと組み合わせて使えるeach、every、filter、map、reduce、some等の関数をそれぞれモジュール化したもの",
"tags": [
"Promises",
"library"
],
"date": "2015-01-25T15:20:45.143Z",
"relatedLinks": []
},
{
"title": "Release 2.5.0 · groupon-testium/testium",
"url": "https://github.com/groupon-testium/testium/releases/tag/v2.5.0",
"content": "Integration Testフレームワークのtestium 2.5.0リリース。\n日本語などの入力ができない問題の修正やエラー表示の改善、`Element.prototype.getElement`の実装など",
"tags": [
"E2E",
"testing",
"ReleaseNote"
],
"date": "2015-01-27T07:17:54.374Z",
"relatedLinks": []
},
{
"title": "Release 3.0.0 · lodash/lodash",
"url": "https://github.com/lodash/lodash/releases/tag/3.0.0",
"content": "lodash v3.0.0リリース。\nString関係のメソッドの追加、関数型スタイルで使いやすいメソッドの追加、個々のモジュールとして入れた時の依存関係をシンプルに、パフォーマンスの改善、lazy chainingの導入等",
"tags": [
"JavaScript",
"library",
"ReleaseNote"
],
"date": "2015-01-27T09:11:18.249Z",
"relatedLinks": [
{
"title": "Changelog · lodash/lodash Wiki",
"url": "https://github.com/lodash/lodash/wiki/Changelog#compatibility-warnings"
},
{
"title": "How to Speed Up Lo-Dash ×100? Introducing Lazy Evaluation. | Filip Zawada",
"url": "http://filimanjaro.com/blog/2014/introducing-lazy-evaluation/"
}
]
},
{
"title": "MaxArt2501/object-observe",
"url": "https://github.com/MaxArt2501/object-observe",
"content": "Object.observeの限定的なpolyfill",
"tags": [
"JavaScript",
"library"
],
"date": "2015-01-30T02:57:50.116Z",
"relatedLinks": []
},
{
"title": "israelidanny/ie8linter",
"url": "https://github.com/israelidanny/ie8linter",
"content": "IE8でサポートしてないタグやCSSプロパティ等を検出するツール。",
"tags": [
"IE",
"Tools",
"browser"
],
"date": "2015-01-31T04:28:42.985Z",
"relatedLinks": []
},
{
"title": "douglasduteil/isparta",
"url": "https://github.com/douglasduteil/isparta",
"content": "istanbulと6to5を使ったES6のコードカバレッジツール。\n",
"tags": [
"JavaScript",
"Tools"
],
"date": "2015-01-31T08:40:29.023Z",
"relatedLinks": []
},
{
"title": "timoxley/pkgfiles",
"url": "https://github.com/timoxley/pkgfiles",
"content": "npm publishでどのファイルが公開されるのかをチェック出来るツール",
"tags": [
"npm",
"Tools"
],
"date": "2015-01-31T08:47:12.551Z",
"relatedLinks": []
},
{
"title": "jquense/react-widgets",
"url": "https://github.com/jquense/react-widgets",
"content": "Reactを使ったUI widgets。\nカレンダーやドロップダウンリスト等のUIコンポーネント集",
"tags": [
"React",
"UI",
"library"
],
"date": "2015-02-03T13:31:16.244Z",
"relatedLinks": []
},
{
"title": "Muscula/json-schema-benchmark",
"url": "https://github.com/Muscula/json-schema-benchmark",
"content": "JSONスキーマバリデーターのベンチマーク比較。\n",
"tags": [
"node.js",
"JavaScript",
"JSON",
"benchmark"
],
"date": "2015-02-03T14:31:20.856Z",
"relatedLinks": []
},
{
"title": "Releases · google/closure-compiler Wiki",
"url": "https://github.com/google/closure-compiler/wiki/Releases#february-2-2015-v20150126",
"content": "closure-compiler v20150126リリース。\nTypeScript的な型アノテーションのサポートを開始、ES6のサポート改善",
"tags": [
"JavaScript",
"ReleaseNote"
],
"date": "2015-02-05T13:08:32.165Z",
"relatedLinks": []
},
{
"title": "voronianski/flux-comparison",
"url": "https://github.com/voronianski/flux-comparison",
"content": "FluxライブラリのTodoMVCみたいな感じのサンプル実装集。\nオンラインショップカートをサンプルケースとして実装されてる",
"tags": [
"Flux",
"library",
"サンプル"
],
"date": "2015-02-05T13:31:57.180Z",
"relatedLinks": []
},
{
"title": "io.js/CHANGELOG.md at v1.1.0 · iojs/io.js",
"url": "https://github.com/iojs/io.js/blob/v1.1.0/CHANGELOG.md",
"content": "io.js 1.1.0リリース。\ncryptoのパフォーマンス改善、エラーメッセージを作るときに`JSON.stringify()`だと循環参照でエラーとなるため、`util.inspect()`を使うように変更された",
"tags": [
"node.js",
"ReleaseNote"
],
"date": "2015-02-05T15:22:48.285Z",
"relatedLinks": [
{
"title": "DailyJS | Node 0.11.16 と io.js 1.1.0 がリリース | JSお散歩",
"url": "http://panda.node.ws/?p=2152"
},
{
"title": "assert: use util.inspect() to create error messages by cjihrig · Pull Request #668 · iojs/io.js",
"url": "https://github.com/iojs/io.js/pull/668"
},
{
"title": "iojs-jp/2015-02-06.md at master · iojs/iojs-jp",
"url": "https://github.com/iojs/iojs-jp/blob/master/weekly/2015-02-06.md"
}
]
},
{
"title": "js-data/js-data",
"url": "https://github.com/js-data/js-data",
"content": "データストア部分をadapterで変更出来るモデルライブラリ。\nobserve-jsを使ってdirtyチェックをするため、特別なgetter/settterなしでバインディングを行える。\nEmber DataのようなREST APIをバックエンドとするhttp adapterも持っている。",
"tags": [
"JavaScript",
"library"
],
"date": "2015-02-05T15:32:46.898Z",
"relatedLinks": [
{
"title": "Polymer/observe-js",
"url": "https://github.com/Polymer/observe-js"
}
]
},
{
"title": "Release 0.11.5 · yyx990803/vue",
"url": "https://github.com/yyx990803/vue/releases/tag/0.11.5",
"content": "Vue.js 0.11.5 リリース。\n`Vue.nextTick`でMutationObserverが使える時は使うように、`v-with`で親子間でバインディングが働くように",
"tags": [
"JavaScript",
"library",
"ReleaseNote"
],
"date": "2015-02-06T02:28:57.871Z",
"relatedLinks": []
},
{
"title": "jareware/flotate",
"url": "https://github.com/jareware/flotate",
"content": "FlowTypeの型アノテーションをコメントで書けるようにするツールとライブラリ",
"tags": [
"JavaScript",
"flowtype",
"Tools"
],
"date": "2015-02-06T02:38:08.377Z",
"relatedLinks": []
},
{
"title": "esprima/ChangeLog at 1.2.4 · jquery/esprima",
"url": "https://github.com/jquery/esprima/blob/1.2.4/ChangeLog",
"content": "esprima 1.2.4リリース",
"tags": [
"JavaScript",
"AST",
"library",
"ReleaseNote"
],
"date": "2015-02-06T12:13:22.270Z",
"relatedLinks": []
},
{
"title": "flow/Changelog at v0.2.0 · facebook/flow",
"url": "https://github.com/facebook/flow/blob/v0.2.0/Changelog",
"content": "Flow v0.2.0リリース。",
"tags": [
"JavaScript",
"Tools",
"ReleaseNote"
],
"date": "2015-02-06T12:13:48.588Z",
"relatedLinks": []
},
{
"title": "Phoenixmatrix/phoenixmatrix-proxy",
"url": "https://github.com/Phoenixmatrix/phoenixmatrix-proxy",
"content": "node-webkit(nw.js)で書かれたプロキシアプリ。\nSSLにもCharlesみたいに証明書を使ってプロキシ出来る。Fiddlerとかみたいにスクリプタブルなデバッグプロキシとなるのが目的",
"tags": [
"node-webkit",
"proxy",
"app"
],
"date": "2015-02-09T15:52:34.722Z",
"relatedLinks": []
},
{
"title": "wooorm/eslint-md",
"url": "https://github.com/wooorm/eslint-md",
"content": "Markdownの中にあるCodeBlockのJavaScriptをESLintでチェックできるツール",
"tags": [
"JavaScript",
"Markdown",
"Tools"
],
"date": "2015-02-10T10:31:04.586Z",
"relatedLinks": []
},
{
"title": "fdecampredon/jsx-typescript",
"url": "https://github.com/fdecampredon/jsx-typescript",
"content": "TypeScript + React(JSX)なTypeScript fork.",
"tags": [
"TypeScript",
"React"
],
"date": "2015-02-11T04:31:52.947Z",
"relatedLinks": []
},
{
"title": "Flipboard/react-canvas",
"url": "https://github.com/flipboard/react-canvas",
"content": "CavasのレンダリングをするReact components。\n基本的な要素、Events、Text sizing、css-layout(パフォーマンス優先なのでなくなるかも?)、Accessibilityへの配慮が予定されてる",
"tags": [
"React",
"canvas",
"library"
],
"date": "2015-02-11T06:12:26.039Z",
"relatedLinks": [
{
"title": "60fps on the mobile web — Flipboard Engineering",
"url": "http://engineering.flipboard.com/2015/02/mobile-web/"
}
]
},
{
"title": "Release Pure 0.6.0-rc-1 – New Pure Menus · yahoo/pure",
"url": "https://github.com/yahoo/pure/releases/tag/v0.6.0-rc-1",
"content": "Pure 0.6.0-rc-1リリース。\nMenusの書き直し、Normalizeのアップデート(IE7以下はサポート廃止)など",
"tags": [
"CSS",
"ReleaseNote"
],
"date": "2015-02-11T08:13:55.129Z",
"relatedLinks": []
},
{
"title": "maxogden/wzrd",
"url": "https://github.com/maxogden/wzrd",
"content": "beefyみたいなBrowserifyを使ったローカルサーバを立てるコマンドラインツール",
"tags": [
"JavaScript",
"browserify",
"debug",
"library"
],
"date": "2015-02-11T23:05:41.374Z",
"relatedLinks": []
},
{
"title": "maxogden/maintenance-modules",
"url": "https://github.com/maxogden/maintenance-modules",
"content": "npmでモジュールを公開するのを補助する色々なツールの紹介。\nTravisCIの設定、gh-pagesへのデプロイスクリプト、package.jsonの整形、npm release、依存パッケージのチェックなど",
"tags": [
"JavaScript",
"npm",
"Tools"
],
"date": "2015-02-12T09:29:25.475Z",
"relatedLinks": []
},
{
"title": "Changelog · lodash/lodash Wiki",
"url": "https://github.com/lodash/lodash/wiki/Changelog#v320",
"content": "lodash v3.2.0リリース。\n`_.fill`や`_.spread`等の追加、lazyサポートの修正や対応メソッドの追加",
"tags": [
"JavaScript",
"library",
"ReleaseNote"
],
"date": "2015-02-12T22:43:38.085Z",
"relatedLinks": []
},
{
"title": "estree/estree",
"url": "https://github.com/estree/estree",
"content": "SpiderMonkey Parser APIのASTについてがGitHubに移行し、ES6についてのドキュメント化が開始された",
"tags": [
"ECMAScript",
"JavaScript",
"AST"
],
"date": "2015-02-12T22:46:46.664Z",
"relatedLinks": []
},
{
"title": "wix/react-templates",
"url": "https://github.com/wix/react-templates",
"content": "ReactのJSXへ変換できるテンプレートとコンパイラ。\nJetBrains IDEで動くプラグインが用意されている\nhttps://github.com/idok/react-templates-plugin\n",
"tags": [
"React",
"template",
"library"
],
"date": "2015-02-14T02:50:20.677Z",
"relatedLinks": []
},
{
"title": "typicode/jsop",
"url": "https://github.com/typicode/jsop",
"content": "Object.observe を使って読み込んだJSONを書き換えたら自動的に保存するNodeモジュール",
"tags": [
"node.js",
"library"
],
"date": "2015-02-14T02:59:17.531Z",
"relatedLinks": []
},
{
"title": "acdlite/flummox",
"url": "https://github.com/acdlite/flummox",
"content": "Flux実装ライブラリ。\nコアとなるFlummoxクラスをを継承して、そこにStoreとActionを登録することでシングルトンを避ける作りになっている。ES6 classやasync/awaitを使った書き方等が考慮されている。\n",
"tags": [
"Flux",
"JavaScript",
"library"
],
"date": "2015-02-14T10:05:22.304Z",
"relatedLinks": []
},
{
"title": "Release v1.11.0 · jscs-dev/node-jscs",
"url": "https://github.com/jscs-dev/node-jscs/releases/tag/v1.11.0",
"content": "jscs v1.11.0リリース。\n既存のファイルの用意されてるプリセットでチェックして、自動で設定ファイルを作成出来る`--auto-configure`のオプションの追加、ルールの追加修正など。",
"tags": [
"JavaScript",
"Tools",
"ReleaseNote"
],
"date": "2015-02-14T13:33:20.790Z",
"relatedLinks": []
},
{
"title": "js2coffee/New_in_2.0.md at master · js2coffee/js2coffee",
"url": "https://github.com/js2coffee/js2coffee/blob/master/notes/New_in_2.0.md",
"content": "JavaScriptをCoffeeScriptに変換するJs2coffee 2.0リリース。\nエディタや警告の表示、ASTの表示、SourceMap対応など",
"tags": [
"JavaScript",
"CoffeeScript",
"ReleaseNote"
],
"date": "2015-02-14T13:37:21.326Z",
"relatedLinks": []
},
{
"title": "npm/how-to-npm",
"url": "https://github.com/npm/how-to-npm",
"content": "npmについてコマンドラインで学べるインタラクティブな教材",
"tags": [
"node.js",
"npm",
"tutorial"
],
"date": "2015-02-16T03:11:33.279Z",
"relatedLinks": []
},
{
"title": "estree/estree · GitHub",
"url": "https://github.com/estree/estree",
"content": "SpiderMonkey Parser APIのASTのドキュメントがGitHubに移行し、ES6についてのドキュメント化が開始された。\n現行の多くのツールがこれに依存していて、明文化されてないASTについてを仕様に落とすのが目的。",
"tags": [
"ECMAScript",
"JavaScript",
"AST"
],
"date": "2015-02-16T03:21:08.234Z",
"relatedLinks": []
},
{
"title": "mking/react-hn",
"url": "https://github.com/mking/react-hn",
"content": "Reactを使ったHackerNewsのクローン。\nどういうComponentの粒度になってるかや構造についての解説が書かれている",
"tags": [
"React",
"サンプル",
"tutorial"
],
"date": "2015-02-17T02:02:37.354Z",
"relatedLinks": []
},
{
"title": "Release 0.7.0 · airportyh/testem",
"url": "https://github.com/airportyh/testem/releases/tag/v0.7.0",
"content": "testem 0.7.0リリース。\niojsやNode 0.12のサポート、Windowsでもci-modeが動くように修正、実行ページをよりisolateに",
"tags": [
"JavaScript",
"testing",
"ReleaseNote"
],
"date": "2015-02-17T02:50:48.123Z",
"relatedLinks": []
},
{
"title": "mzabriskie/axios",
"url": "https://github.com/mzabriskie/axios",
"content": "Node/ブラウザどちらでも動くPromiseベースのHTTPリクエストライブラリ。\nリクエスト/レスポンスに対してコールバックを呼ばれる前に処理を挟んだりすることも出来る",
"tags": [
"JavaScript",
"library",
"XHR"
],
"date": "2015-02-17T14:58:19.528Z",
"relatedLinks": []
},
{
"title": "yahoo/kobold",
"url": "https://github.com/yahoo/kobold",
"content": "スクリーンショットを比較して視覚的なレグレッションがないかをテストするコマンドラインツール",
"tags": [
"JavaScript",
"browserify",
"testing"
],
"date": "2015-02-19T08:43:18.525Z",
"relatedLinks": []
},
{
"title": "yahoo/preceptor",
"url": "https://github.com/yahoo/preceptor",
"content": "Mocha、Cucumberなどに対応したTest Runner。\n設定によりレポーターやテスト対象などを細かく設定することができ、何をテストするかはTaskという塊で定義でき、Taskを並列で動かすこともできる。",
"tags": [
"JavaScript",
"browser",
"testing",
"library"
],
"date": "2015-02-19T08:53:53.324Z",
"relatedLinks": []
},
{
"title": "node-browserify/changelog.markdown at 9.0.3 · substack/node-browserify",
"url": "https://github.com/substack/node-browserify/blob/9.0.3/changelog.markdown",
"content": "Browserify 9.0.0リリース。\numd 3.0.0へのアップデート。`$`や`_`もモジュール名として利用できるようになったため`--standalone $foo_bar`のような指定した時の挙動がbreaking changeとなる",
"tags": [
"browserify",
"ReleaseNote"
],
"date": "2015-02-21T17:23:32.414Z",
"relatedLinks": [
{
"title": "umd/HISTORY.md at 3.0.0 · ForbesLindesay/umd",
"url": "https://github.com/ForbesLindesay/umd/blob/3.0.0/HISTORY.md"
}
]
},
{
"title": "hughsk/disc",
"url": "https://github.com/hughsk/disc",
"content": "Browserifyでビルドしたコードから、ディレクトリ別(モジュール別)でファイルサイズやファイル数をグラフで可視化してくれるツール",
"tags": [
"JavaScript",
"browserify",
"Tools",
"gurai"
],
"date": "2015-02-22T12:23:10.528Z",
"relatedLinks": []
},
{
"title": "gabelerner/canvg",
"url": "https://github.com/gabelerner/canvg",
"content": "SVGをCanvasでレンダリングするライブラリ",
"tags": [
"JavaScript",
"SVG",
"canvas"
],
"date": "2015-02-23T03:48:11.000Z",
"relatedLinks": []
},
{
"title": "jsdom/Changelog.md at 4.0.0 · tmpvar/jsdom",
"url": "https://github.com/tmpvar/jsdom/blob/4.0.0/Changelog.md",
"content": "jsdom 4.0.0リリース。\nio.jsの新しいvmモジュールに依存するため、4.xはio.jsでの動作のみで、Nodeの場合は3.xを使うように推奨されてる。",
"tags": [
"JavaScript",
"DOM",
"library"
],
"date": "2015-02-23T05:55:09.014Z",
"relatedLinks": []
},
{
"title": "diafygi/webcrypto-examples",
"url": "https://github.com/diafygi/webcrypto-examples",
"content": "Web Cryptography APIのサンプル集",
"tags": [
"JavaScript",
"セキュリティ",
"サンプル"
],
"date": "2015-02-24T09:35:56.007Z",
"relatedLinks": []
},
{
"title": "Release v2.4.0 · marionettejs/backbone.marionette",
"url": "https://github.com/marionettejs/backbone.marionette/releases/tag/v2.4.0",
"content": "Marionette 2.4.0リリース。\nCollectionViewとCompositeViewのパフォーマンスや機能強化が中心。\n`Marionette.Controller`が非推奨となり`Marionette.Object`を利用するようになった",
"tags": [
"backbone.js",
"library",
"ReleaseNote"
],
"date": "2015-02-24T13:51:36.925Z",
"relatedLinks": []
},
{
"title": "olahol/eselement",
"url": "https://github.com/olahol/eselement",
"content": "ASTをDOMライクなAPIで操作出来るライブラリ。\nquerySelector、childNodes、removeChild、createElementのようなAPIが用意されてる",
"tags": [
"JavaScript",
"AST",
"library"
],
"date": "2015-02-24T14:52:50.349Z",
"relatedLinks": []
},
{
"title": "mattpodwysocki/applicative-2015",
"url": "https://github.com/mattpodwysocki/applicative-2015",
"content": "RxJSについてのスライド。\nFirst class async value、RxのonNext, onError, onComplete、どういう流れで処理を書けるかについてなど",
"tags": [
"JavaScript",
"Rx",
"slide"
],
"date": "2015-03-02T12:44:39.035Z",
"relatedLinks": []
},
{
"title": "jeffposnick/sw-precache · GitHub",
"url": "https://github.com/jeffposnick/sw-precache",
"content": "ServiceWorkerでキャッシュするデータを定義したコードを生成してくれるNodeモジュール",
"tags": [
"JavaScript",
"library",
"ServiceWorker"
],
"date": "2015-03-03T06:12:33.457Z",
"relatedLinks": []
},
{
"title": "royriojas/eslint-friendly-formatter",
"url": "https://github.com/royriojas/eslint-friendly-formatter",
"content": "ESLintのLint結果を該当コードの行と合わせて表示できるESLintのformatter",
"tags": [
"JavaScript",
"Tools"
],
"date": "2015-03-04T02:26:32.481Z",
"relatedLinks": []
},
{
"title": "timoxley/chimes",
"url": "https://github.com/timoxley/chimes",
"content": "Iterableなオブジェクトに対するArray.forEachやsome、reduce等の関数を提供するライブラリ",
"tags": [
"JavaScript",
"library"
],
"date": "2015-03-07T08:45:20.716Z",
"relatedLinks": []
},
{
"title": "io.js/CHANGELOG.md at v1.5.0 · iojs/io.js",
"url": "https://github.com/iojs/io.js/blob/v1.5.0/CHANGELOG.md",
"content": "io.js 1.5.0リリース。\n",
"tags": [
"node.js",
"ReleaseNote"
],
"date": "2015-03-07T09:12:05.720Z",
"relatedLinks": [
{
"title": "io.js ウィークリーアップデート 2015/03/06",
"url": "http://blog.iojs.jp/2015-03-06.html"
},
{
"title": "Release v2.7.0 · npm/npm",
"url": "https://github.com/npm/npm/releases/tag/v2.7.0"
}
]
},
{
"title": "poteto/emberconf-2015",
"url": "https://github.com/poteto/emberconf-2015",
"content": "EmberConf 2015のスライドや動画、ブログのまとめ",
"tags": [
"JavaScript",
"Conference",
"slide"
],
"date": "2015-03-08T15:31:33.027Z",
"relatedLinks": [
{
"title": "EmberConf 2015",
"url": "http://emberconf.com/"
}
]
},
{
"title": "mocha/HISTORY.md at 2.2.0 · mochajs/mocha",
"url": "https://github.com/mochajs/mocha/blob/2.2.0/HISTORY.md",
"content": "Mocha 2.2.0リリース",
"tags": [
"JavaScript",
"testing",
"ReleaseNote"
],
"date": "2015-03-09T14:02:57.048Z",
"relatedLinks": []
},
{
"title": "superagent/History.md at 1.0.0 · visionmedia/superagent",
"url": "https://github.com/visionmedia/superagent/blob/1.0.0/History.md",
"content": "superagent 1.0.0リリース。\n",
"tags": [
"JavaScript",
"node.js",
"HTTP",
"library"
],
"date": "2015-03-13T16:41:46.072Z",
"relatedLinks": []
},
{